Explore Library
Code QuizBeginner

The None Value

Find the mistake in this use of None.

Codepython
result = null
print(result)

What is the bug in this code?