Börjat lägga till kodexempel
This commit is contained in:
5
kapitel3/if-ex1.py
Normal file
5
kapitel3/if-ex1.py
Normal file
@@ -0,0 +1,5 @@
|
||||
if 1 < 3:
|
||||
print ("1 är mindre än 3")
|
||||
else:
|
||||
print ("1 är inte mindre än 3")
|
||||
|
Reference in New Issue
Block a user