Message 412071 - Python tracker
True is a keyword which is compiled to expression whose value is True, ๐๐ฃ๐ฆ๐ is an identifier which refers to the builtin variable "True" which has a value True by default. You can change the value of a builtin variable, but the value of expression True is always True. I do not see a problem here. Don't use ๐๐ฃ๐ฆ๐ if your intention is not using a variable.