tomo@tomo-node:~$ pythonPython 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] on linuxType "help", "copyright", "credits" or "license" for more information.>>> if "True":... print("true is true")... true is true
why did you need this change ?
```
tomo@tomo-node:~$ python
Python 3.9.2 (default, Feb 28 2021, 17:03:44)
[GCC 10.2.1 20210110] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> if "True":
... print("true is true")
...
true is true
```
why did you need this change ?