CBSE Class 11 Computer Science Question 56 of 91

String Manipulation — Question 1

Back to all questions
1
Question

Question 1a

What is the result of the following expression?

print("""
1
 2
  3
""")

Answer


1
 2
  3

Answer