Created directories for the chapters
This commit is contained in:
5
kapitel7/sidan_99_ex1.py
Normal file
5
kapitel7/sidan_99_ex1.py
Normal file
@@ -0,0 +1,5 @@
|
||||
x = 50
|
||||
if (x > 20):
|
||||
print (str(x) + " är större än 20")
|
||||
if (x > 10):
|
||||
print (str(x) + " är större än 10")
|
Reference in New Issue
Block a user