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

 When I run the code, Pops out and cannot input any
numbers. Then, this is how it comes out Can you make a
When I run the code,
block comment on the program? def main(): win GraphWin("Celsius Converter", 400, 300) Pops out and cannot input any numbers. Then,
win.setCoords(0.0, 0.0, 3.0, 4.0) Text (Point (1,3), "Celsius Temperature:").draw(win) Text (Point (1,, this is how it comes out
Can you make a block comment on the program?

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!