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