SyntaxFix
Write A Post
Hire A Developer
Questions
If all of that did not work try this.
with open("hello.txt") as f: with open("copy.txt", "w") as f1: for line in f: f1.write(line)