Created directories for the chapters
This commit is contained in:
3
kapitel7/sidan_111_ex1.py
Normal file
3
kapitel7/sidan_111_ex1.py
Normal file
@@ -0,0 +1,3 @@
|
||||
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