Multiline printing

Report a typo

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

Select one option from the list
___

Create a free account to access the full topic