Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If either of the two Boolean variables i and are True, then "i or j" results in True. If both i and j are False, then "i or j" results in False. 

Lists

Python lists store multiple other Python variables inside one variable- simply put, they are simply lists of variables. It is recommended, though not enforced, that all of these variables are the same type.

Strings

Lists

...

Strings in Python are simply lists of characters, which are letters, numbers, or other symbols enclosed in quotes. 

Dictionaries

Dictionaries in Python 

Functions

Conditional Statements

...

(go through extended example)

screengrabs:

Image Added

Image Added


Image Added

Image Added