Dubbelcitat istället

This commit is contained in:
2024-02-17 18:29:34 +01:00
parent dee2690fb3
commit 258b1c92e1
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
fil = open('filtest.txt', 'w')
fil.write('Hejsan svejsan\nHur är läget?\n')
fil.write("Hejsan svejsan\nHur är läget?\n")
fil.close()