Count the empty

Report a typo

How many empty lines will this code print?

print("hello")
print("")
print()

print("bye")

The expected answer is a number.

Enter a number
___

Create a free account to access the full topic