What will the following code print?
print('One')
print()
print("""Two
Three""")
print("")
print("Four")
Select one correct option:
1)
One
Two
Three
Four
2)
One
Two
Three
Four
3)
One
Two
Three
Four
4)
One
Two
Three
Four
What will the following code print?
print('One')
print()
print("""Two
Three""")
print("")
print("Four")
Select one correct option:
1)
One
Two
Three
Four
2)
One
Two
Three
Four
3)
One
Two
Three
Four
4)
One
Two
Three
Four
Create a free account to access the full topic