Boston Python workshop 2/Saturday lecture: Difference between revisions

Content added Content deleted
imported>Jesstess
imported>Jesstess
No edit summary
Line 4: Line 4:


# review printing and Python as a calculator from Friday evening
# review printing and Python as a calculator from Friday evening
# booleans
# booleans, if
# flow control: if, for, while, break, continue
# lists
# lists
# loops and flow control: for, while, break, continue
# dictionaries and tuples
# dictionaries and tuples
# functions
# functions