4 lines
88 B
Python

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