I am trying to open a webpage using Python, and my editor is VS Code.
This is the code:
import webbrowser webbrowser.open(\'google.com\')