Answered step by step
Verified Expert Solution
Question
1 Approved Answer
rom tkinter.filedialog import askopenfilename from button import fname askopenfilename win GraphWin (Graph, 500, 500) win.setCoords (0,0,100,100) win.setBackground (white) messagel-Text (Point (50,80),Click the Graph Button to
rom tkinter.filedialog import askopenfilename from button import fname askopenfilename win GraphWin ("Graph", 500, 500) win.setCoords (0,0,100,100) win.setBackground ("white") messagel-Text (Point (50,80),"Click the Graph Button to select file" messagel.draw (win) message2 = Text (Point (50,70), "Click Quit if You Are Finished Graphing") message2.draw (win) GButton-Button (win, Point (50,50), 20 ,5, "Graph") QButton-Button (win, Point (50,30), 20,5, "Quit") GButton.activate ) QButton.activate ) p win.getMouse () while not QButton.clicked (p) rom tkinter.filedialog import askopenfilename from button import fname askopenfilename win GraphWin ("Graph", 500, 500) win.setCoords (0,0,100,100) win.setBackground ("white") messagel-Text (Point (50,80),"Click the Graph Button to select file" messagel.draw (win) message2 = Text (Point (50,70), "Click Quit if You Are Finished Graphing") message2.draw (win) GButton-Button (win, Point (50,50), 20 ,5, "Graph") QButton-Button (win, Point (50,30), 20,5, "Quit") GButton.activate ) QButton.activate ) p win.getMouse () while not QButton.clicked (p)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started