Source Code:
(back to article)
x = None y = None print(x is y) #True
Result:
Report an issue