"Corey Richardson" <kb1...@aim.com> wrote

then you can program anything since sequences, loops and branches are all that are necessary to program anything!

Ummm, whats a branch? Haha, I know loops, but not branches.

Branches are if/else statements and case statements and jump or goto statements. In Python they are restricted to if/elif/else

Sometimes known as conditionals.

See the branching topic in my tutor for more detail.


--
Alan Gauld
Author of the Learn to Program web site
http://www.alan-g.me.uk/

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to