Python webbrowser.open() not working in VS Code

前端 未结 0 1962
情深已故
情深已故 2021-01-25 04:01

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\')

相关标签:
回答
  • 消灭零回复
提交回复
热议问题