how to code on separate line at the bottom of the program
how i resolve this error
Hi, Max!
You should be able to click on the code editor, and start typing. If this isn't working for you, then you should submit a support ticket.
Hey Max,
It appears that you made a typo on the last line of the program. "print('you got', 'this!')" tells the program to print the two sentences (the ones seperated by the comma) on two different lines. To fix this, just combine the two together. Like this: print("You got this!")
More information about print statements can be found here.
Hope that helps!
Please sign in to leave a comment.