Computer Science

What is the result of the following expression?

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

Python

Python String Manipulation

13 Likes

Answer

Test.
Next line.

Answered By

7 Likes


Related Questions