Почему переменная-член ("атрибут") с именем None
запрещена?
x = object()
x.y = 55
x.watermelon = "green red and white"
x.None = None
Ошибка:
File "D:/FILE_MGMT_PYTHON/fgfghfghfgh.py", line 9
x.None = None
^
SyntaxError: invalid syntax
Process finished with exit code