Börjat lägga till kodexempel
This commit is contained in:
3
kapitel7/celsius-fahr-ver2.py
Normal file
3
kapitel7/celsius-fahr-ver2.py
Normal file
@@ -0,0 +1,3 @@
|
||||
for c in range(-20, 30, 3):
|
||||
print("%dC = %dF" %(c, (c*1.8)+32))
|
||||
|
Reference in New Issue
Block a user