Question: how do i add a user input to this code. Its in Python. its the 2nd question in part 3 HUIUIUH. P U .U .


HUIUIUH. P U .U . conversionFactor - 9/5; base - 32 def conversion(celsius_float): fahrenheit_float - celsius_float conversionFactor + base return fahrenheit float def maino: print(conversion (0)) print(conversion (5)) main() Part 3 Allow the user to provide the input(s) for each of the above programs. Prompt the user with appropriate messages. For example, you could write "Please enter an integer which can be positive, negative, or 0): "for the first program, and "Please enter a temperature in Fahrenheit as a real (floating point number for the temperature in Celsius: " for the second program. Run each program several times to test how they work on various inputs
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
