Computer Science

What is the result of the following expression?

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

Python

Python String Manipulation

17 Likes

Answer

1
 2
  3

Answered By

9 Likes


Related Questions