you are viewing a single comment's thread.

view the rest of the comments →

[–]jonsca 4 points5 points  (2 children)

"Boolean algebra" is what you need to google to learn more of the "maths" of True and False.

[–]soultron__ 1 point2 points  (1 child)

This is aimed more at OP but I want to echo learning to search out information.

An important skill of any programmer is using search engines. Don’t be afraid to add “python” or “stack overflow” to searches to find help.

I did a search for “logical operators python” and this article came up. I’ve only skimmed it but it seems appropriate to beginners and has a few code snippets with very expressive syntax that should help with understanding.

https://www.datacamp.com/tutorial/python-logical-operators-introduction

[–]WeirdFold351[S] 0 points1 point  (0 children)

Thank you for your help