In python shell mode, I tried using the command print(true) which I knew would not work because of absence of quotes and so showed a error, but when I used print(True) it displayed True on the screen. Can anyone please explain to me what is going on as I am just a beginner to python.
Edit: I searched for different keywords and tried them with print() but all words like and,as,assert,break showed a syntax error but only None worked and printed
Can someone please explain this.
![1]](https://i.stack.imgur.com/AC98u.png)