Devlogs
Posted October 10, 2022 by Margikarp
Notes from Week 2
Converting Celcius to Fahrenheit
Celsius = 20
Fahrenheit = (Celsius * 1.8) + 32
print("This is equal to " + str(Fahrenheit ))