Created directories for the chapters

This commit is contained in:
2022-01-08 20:58:38 +01:00
parent aecb16fe01
commit f83d307a1e
59 changed files with 0 additions and 0 deletions

8
kapitel7/sidan_99_ex2.py Normal file
View File

@@ -0,0 +1,8 @@
namn = "Karin"
if (namn == "Karin"):
print ("Hej Karin, välkommen till systemet")
inloggad = 1
x = 9**2
print (x)
print ("Nu är vi utanför if och denna meningen skrivs \
alltid")