Question: Modify the convert.py Program?Open textbook Page 5 4 , let's working on:Programming Excises 1 : Modify the convert.py to print an intro.Programming Excises 4 :

Modify the convert.py Program?Open textbook Page 54, let's working on:Programming Excises 1: Modify the convert.py to print an intro.Programming Excises 4: Modify the convert.py to loop 10 times with different inputs before quitting, name it as: convert_v2.py.Run it to see what the result is.# convert.py# A program to convert Celsius temps to Fahrenheit# by: Susan Computewelldef main():celsius = eval(input("What is the Celsius temperature? "))fahrenheit =9/5* celsius +32print("The temperature is", fahrenheit, "degrees Fahrenheit.")main()

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!