Write a function that writes a temperature conversion table called tempConv.txt. The table should include temperatures f
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write a function that writes a temperature conversion table called tempConv.txt. The table should include temperatures f
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)