Resolved: Error messege when using your solution: please help
SyntaxError: unexpected character after line continuation character:
print('One,\'two\',\"three\",'four',\\five\\\n\tonce,\'I'\' caught a\
fish\n\t\t\'//alive\\\\\'')
Thank you
2 answers ( 1 marked as helpful)
Hey Joel,
Thanks for reaching out!
Note that in the solution
- the word 'four' is not surrounded by quotation marks
- there is no quotation mark after the letter 'I'
- there is a space before the word 'fish' to separate 'a' from 'fish'
Hope this helps.
Kind regards,
365 Hristina
Thank you