It showing error messages on the Spyder Console
I did the same thing as Instructor said but for some reason I'm getting error message warning at the console. Can you suggest a solution to fix the problem? Thank you.
1 answers ( 0 marked as helpful)
Hey Mohammad,
Thank you for reaching out!
The backslash following the character a
in
caught a\
is used to indicate that we are carrying the string over on a new line. This is helpful whenever the string inside a print
function becomes too long (please, see this thread). Therefore, you should either move the string on a new line (as in Giles' code), or remove the backslash after the character a
, namely:
Hope this helps!
Kind regards,
365 Hristina