Lagt till kapitel 8
This commit is contained in:
4
kapitel8/filer-ex2.py
Normal file
4
kapitel8/filer-ex2.py
Normal file
@@ -0,0 +1,4 @@
|
||||
fil = open("filtest.txt")
|
||||
print(fil.read())
|
||||
fil.close()
|
||||
|
Reference in New Issue
Block a user