Börjat lägga till kodexempel
This commit is contained in:
6
kapitel7/if-ex5.py
Normal file
6
kapitel7/if-ex5.py
Normal file
@@ -0,0 +1,6 @@
|
||||
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