Question: python (a)What is the output of the following code, converter4.py (b) What commands would you use to convert Fahrenheit values in ftemps.txt to Celsius and
python
(a)What is the output of the following code, converter4.py

(b) What commands would you use to convert Fahrenheit values in ftemps.txt to Celsius and store them in ctemps.txt.
Fahrenheit Celsius 50 100 122 212 10 37.778 50 100 c) (4 marks) What is the output of the following code, converter4.py, when run as s python3 converter4. 1 50 100 converter4.py import sys from conversions import* choice sys.argv[1] value -input() while value != fvalue float ( value ) if choice[0] 1': print(cel2fahr(fvalue)) elif choice[02': print(fahr2cel(fvalue)) else: print( 'Invalid selection. ') value - input()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
