Lagt till kapitel 8

This commit is contained in:
2024-02-03 18:44:13 +01:00
parent dcd905737e
commit 0983e93cbe
15 changed files with 292 additions and 0 deletions

4
kapitel8/filer-ex1.py Normal file
View File

@@ -0,0 +1,4 @@
fil = open('filtest.txt', 'w')
fil.write('Hejsan svejsan\nHur är läget?\n')
fil.close()