Created directories for the chapters
This commit is contained in:
2
kapitel7/sidan_113_ex1.py
Normal file
2
kapitel7/sidan_113_ex1.py
Normal file
@@ -0,0 +1,2 @@
|
||||
for c in range(-20, 30, 3):
|
||||
print ("%dC = %dF" %(c, (c*1.8)+32))
|
Reference in New Issue
Block a user