0
私はpythonを使ってsthを検索しようとしています。 は、ここに私のコード:open()は1から3の位置引数をとりますが、5が与えられました
if request.get().strip() in inte: #that's just to understand my script
subprocess.Popen(['C:\Program Files\Internet Explorer\\iexplore.exe'])
else:
webbrowser.open("https://www.google.it/search?q=",request.get().strip(),"&oq=",request.get().strip(),"&aqs=chrome..69i57j0j69i61j0l3.1306j0j7&sourceid=chrome&ie=UTF-8")
要求= textvariableはエントリウィジェットから得ました。
他のAPIのような方法が分からなかったので、うまくいきませんでした。 ありがとうございました!