itch.io is community of indie game creators and players

Devlogs

Week 1

Blog TB1
A downloadable project

Notes from Week 2 

Converting Celcius to Fahrenheit

Celsius = 20

Fahrenheit = (Celsius * 1.8) + 32

print("This is equal to " + str(Fahrenheit ))

Read comments (1)