-To convertCelsius into Farenheit. -To convert Farenheit into Celsius.
-In this program , we can convert Celsius into Fahrenheit and vise vesra. -in this program , I define four functions.
#1 Cel()
-This function is used to convert Fahrenheit into Celsius.
#2 Far()
-This function is used to convert Fahrenheit into Celsius.
#3 main()
-This function is the main function for the execution of program.
#4 condition
-This function is used to run the re-execute program.
-In this program I define four function Cel(),Far(),main(),condition(). Program will can the main function first then it takes input from user that whether they want to convert Celsius into Fahrenheit or vice versa.
-On the basis of User's selection it convert Celsius into Fahrenheit or vice vers.
-Then either Cel() or Far() function will be called to perform the calculation and gave the value .
-After performing the calculation, I gave the option whether user want to continue or exit.
-If want to co continue enter 1 or else to Exit.
-User needs any python id and compiler to execute the program.
BasicPythonScripts/Temperature Conveter/Images/Program Stimulation.png BasicPythonScripts/Temperature Conveter/Images/Temp.png
Ashutosh Kumar Saw