Lagt till kapitel 8
This commit is contained in:
4
kapitel8/filer-ex1.py
Normal file
4
kapitel8/filer-ex1.py
Normal file
@@ -0,0 +1,4 @@
|
||||
fil = open('filtest.txt', 'w')
|
||||
fil.write('Hejsan svejsan\nHur är läget?\n')
|
||||
fil.close()
|
||||
|
Reference in New Issue
Block a user