The code provided is missing a closing quotation mark for the first string and an opening quotation mark for the second string. It should be:
main.py67 chars2 lines
Also, \n
should be enclosed in quotes to be treated as a string.
gistlibby LogSnag