Source Code:
(back to article)
x = None print('x is defined as: ', x)
Result:
Report an issue