SyntaxFix
Write A Post
Hire A Developer
Questions
Exercise 16 from Zed Shaw's book? You can use escape characters as follows:
paragraph1 = "%s \n %s \n %s \n" % (line1, line2, line3) target.write(paragraph1) target.close()