Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Python
easy
Python
identity vs equality
Single-choice MCQ
2,267 views
What is the output?
print(None == 0, None is 0)