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-ex2.py Normal file
View File

@@ -0,0 +1,4 @@
fil = open("filtest.txt")
print(fil.read())
fil.close()