0
why wont the program accept the correct answer?
I spent the 10xp for the answer which is /n . when i enter this answer (the answer it produced for me) was wrong. i can't proceed because it rejects my correct answer. what do I do?
3 Réponses
+ 3
Escape characters use a backslash. Use \n instead of /n.
0
thank you!
0
you type it wrong backward slash act as escape character everywhere
example >>>print('Vincent/'s')would print Vincent's else it would give an error .
backslash has a property to ignore the character present just after it .
Hope you get it now