What I've tried:
driver.execute_script("console.log('help me to see console print')")
But No any result.
You have got it!
driver.get("https://www.google.com")
driver.execute_script(f"console.log('{driver.current_url}');")
get for the example. if you need to access the log from the browser to your code that's a different question...