Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please help me answer finish this project. I'm having a hard time Create a Python program using your account on pythonanywhere.com. Save the Python file
Please help me answer finish this project. I'm having a hard time
Create a Python program using your account on pythonanywhere.com. Save the Python file as MidtermProject_YourFirstnameLastname.py before you begin coding. For this program, you will be creating a modularized Python program that can be used to calculate temperatures. When run, the program will ask the user to enter the conversion type. The conversion types entered should be one of the following and so include instructions in your program so that the user knows the options to enter: - CF Centigrade to Fahrenheit - CK Centigrade to Kelvin - FC Fahrenheit to Centigrade - FK Fahrenheit to Kelvin - KC...........Kelvin to Centigrade - KF...........Kelvin to Fahrenheit After, the program will then ask the user to enter a temperature value to convert. Since there are temperature values that are decimal and others that negative numbers, DO NOT use isnumeric for this project to avoid errors stemming from floats and negatives. After, the program will then calculate the converted temperature based on the conversion type entered and print the result. The resulting message should look like the example below: The temperature value _, Converted from Centigrade to Fahrenheit is Make sure to include the required documentation (comments) at the top of your program code as well as internal comments throughout your program to describe your codesStep 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