标签: python python-webbrowser
我将如何让Python使用输入将用户发送到网站?到目前为止,我已经使用webbrowser导入获得了以下代码:
import webbrowser if cmd == "it.in": topen=input("<> Enter a web adress. Be sure to add the htpp:// or htpps:// at the end." webbrowser.open(topen)
谢谢。