Why do we have to put quotes around “strings” but not around True or False?
- That’s because Python recognizes True and False as keywords. representing the concept of true and false.
- If you put quotes around them, then they are turned into strings and won’t work.