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