Files
grunderna-i-programmering-a…/sidan_131_ex1.py
2022-01-08 20:48:32 +01:00

4 lines
88 B
Python

fil = open('filtest.txt', 'w')
fil.write('Hejsan svejsan\nHur är läget?')
fil.close()