return self.func(*args) TypeError: serchongoogle() missing 1 required positional argument: 'choice'

前端 未结 0 1762
谎友^
谎友^ 2021-01-25 19:02

This is my code:

from tkinter import *
import webbrowser

window = Tk()

e = Entry(window, width=50, borderwidth=5)
e.pack()
choice = e.get()

def serchongoogle(c         


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