tkinter widget interface interactive button
问题 I am very new to interactive python programming so please bear with me. I am using PyCharm with Python 3.3. I am attempting to build the following: I want to generate an a function that pulls up interactive window with two text input fields and two buttons: -The first button (START) runs a small text-search function (which I already wrote and tested), while the second button (QUIT) will quit the app. -The first text input field takes a string to be searched (ex: "Hello Stack World"), while