I\'ve started to learn Python with LPTHW and I\'ve gotten to exercise 16:
http://learnpythonthehardway.org/book/ex16.html
And feel like an idiot because I ca
Not sure if this is pythonic way, but it gets the job done anyway.
a = f""" {line1} {line2} {line3} """ target.write(a)