+ 1
What am I doing wrong?
Her's what I want to happen: Input: Print ("Hi! \nWhat’s up?") Output: Hi! What's up? Her’s what happened Input: print ("Hi! \nWhat’s up?") Output: Hi\nWhat's up?
2 ответов
+ 7
Worked fine for me. Linking your code might show what actually happening for you.
+ 3
Thanks John! It worked!