Converting degrees to farenheit
Programming Progress Log » Devlog
#Converting degrees to Farenheit
print(25*1.8+32)
print(30*1.8+32)
print(45*1.8+32)
print(100*1.8+32)
77.0
86.0
113.0
212.0
Programming Progress Log
More posts
- List FunctionsNov 14, 2022
- Python Classes/ObjectsOct 24, 2022
- While LoopsOct 24, 2022
- LoopsOct 16, 2022
- ListsOct 16, 2022
- Short Circuit PracticeOct 16, 2022
- Using VariablesOct 15, 2022
- First CodeOct 15, 2022
Leave a comment
Log in with itch.io to leave a comment.