itch.io is community of indie game creators and players

Devlogs

Converting degrees to farenheit

Programming Progress Log
A downloadable game

#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