Python 3.4 - Control Flow Statements (Boolean Operators)

Having a program make choices is the next level of sophistication.  Once you are able to create the framework of a site, then the style of the site, then you are able to make the site make choices and begin to interact with the user. By using simple true false statements one is able to direct the site what to do given certain conditions, etc.

https://www.cs.fsu.edu/~myers/c++/notes/control1.html

Comments

Popular posts from this blog

Python 3.4 - Caesar Cipher

UML - Use Case Diagram