what is None?


None is used when there is no value. In Mathematics we use 0 to represent no quantity. In some languages or domains we use NULL, in forms we use N/A when the options do not apply. In Python we can use None.

I used assertIs and assertIsNot in the assertion_error project test_assertion_error_w_none in AssertionError, where I saw that


the chapters


what is next?

None (the simplest object)