Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Python
easy
Python
variables and None
Single-choice MCQ
2,157 views
What is the output?
def f(): print("f called") return True print(False and f())