Ask a New Question
Search
The following code is incorrect. Which line of code fixes the errors?
print("Hello" + \n + "World!")
1 answer
print("Hello" + "\n" + "World!")