Added newline to multicharacter line of plaintext generation script

pull/1312/head
Logan Saso 4 years ago committed by David Peter
parent 19b55706ee
commit de47bd2323

@ -8,5 +8,5 @@ with open("plaintext.txt", "w"):
except:
pass
f.write("\n")
f.write("Here is a line with multiple characters")
f.write("Here is a line with multiple characters\n")
```

Loading…
Cancel
Save