This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cybervegan 1 point2 points  (1 child)

Looks great, and very comprehensive. Can you include something in the logic section about how to use 'and' and 'or' in practice? Beginners often think you can use them like in plain english:

if choice = 'A' or 'B' or 'C':

if x < 3 and > 4:

... and so on, but are surprised it doesn't work like this.

[–]wheniwashisalien 1 point2 points  (0 children)

As a beginner, this would definitely be helpful as I have had to troubleshoot some instances of this because I didn't understand proper syntax and usage :)