Lucky number

Report a typo

Look at the following code and count how many times 3 will be printed:

def three():
    print(3)
    return 3
    print(3)


three()
print(3)
Select one option from the list
___

Create a free account to access the full topic