Converting degrees to farenheit


#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

Leave a comment

Log in with itch.io to leave a comment.