Computer Science

What is the result of the following expression?

text = "Test.\nNext line."
print (text)

Python

Python String Manipulation

11 Likes

Answer

Test.
Next line.

Answered By

6 Likes


Related Questions