Page 1 of 1

Write a function that writes a temperature conversion table called tempConv.txt. The table should include temperatures f

Posted: Sun Jul 03, 2022 11:23 am
by answerhappygod
Write a function that writes a temperature conversion tablecalled tempConv.txt. The table should include temperatures from−300 to 212 degrees Fahrenheit and their Celsius equivalents,presented in two columns with appropriate headings. Each columnshould be 10 characters wide, and each temperature should have3 digits to the right of the decimal point.(python)