CBSE Class 11 Computer Science
Question 57 of 91
String Manipulation — Question 2
Back to all questions 2
Question Question 1b
What is the result of the following expression?
text = "Test.\nNext line."
print (text)Answer
Test.
Next line.
What is the result of the following expression?
text = "Test.\nNext line."
print (text)Answer
Test.
Next line.