โ— Shell
clean mode source โ†—

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.