Given value = None, print True if value is None, then print False if value is not None
A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.
- Domain
- Python
- Difficulty
- medium
Problem
Given value = None, print True if value is None, then print False if value is not None. Next, given x = 5 and y = 5, print True if x == y and x is y (for small ints Python caches them).
Practice This Problem
Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.