Question: When I run the code, Pops out and cannot input any numbers. Then, this is how it comes out Can you make a block comment
Pops out and cannot input any numbers. Then,
this is how it comes out def main(): win GraphWin("Celsius Converter", 400, 300) win.setCoords(0.0, 0.0, 3.0, 4.0) Text (Point (1,3), "Celsius Temperature:").draw(win) Text (Point (1,, "Fahrenhei t Temperature:").draw(win) input = Entry (Point (2,3), 5) input.set Text ("0.0") output Text (Point (2,1), "") output.draw(win) button Text (Point (1.5,2.0), "Convert It") button.draw(win) Rectangle(Point (1,1.5), Point (2,2.5)).draw(win) win.getMouse() celsius eval (input.get Text )) f ahrenheit-9.0/5.0 celsius 32
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
