Börjat lägga till kodexempel
This commit is contained in:
4
kapitel7/if-ex2.py
Normal file
4
kapitel7/if-ex2.py
Normal file
@@ -0,0 +1,4 @@
|
||||
x = 15
|
||||
if (x > 10):
|
||||
print(str(x) + " är större än 10")
|
||||
|
Reference in New Issue
Block a user