

Pound = float(input('Enter a weight in pound: '))Ĭm = float(input('Enter a length in cm:')) Kilogram = float(input('Enter a weight in kilogram:')) Print ('celcius temperature: ', format(celcius))

TEACHER GIVE ME ASSIGNMENT TO COMPLETE BEFORE 30 OCTOBOR.Ĭelcius = float(input('Enter a temperature in celcius:'))įarenheit = float(input('Enter a temperature in farenheit: ')) With open( python_file, 'r+') as py_file_reader: With open( py_file + '_pseudo.txt', 'w') as writer: items():įor key, value in advanced_conversion_rules. items():įor key, value in basic_conversion_rules. Add a "#F" comment to any lines in the code which have a function call that doesn't assign anything (so no =),Īs the program cannot handle these convincinglyīasic_conversion_rules = įor key, value in prefix_conversion_rules. Put the file you want to convert into the same folder as it, and rename it to "py_file.py"ģ.
