Question #922

What is the output of the code snippet below?
None = 1
print(None)

None is a reserved keyword, it is not possible to assign an object to it! (educative.io/edpresso/what-is-the-none-keyword-in-python)


Comment on Disqus:

Question difficulty: 🔵🔵🔵🔵🔵


Similar questions: