Boston Python workshop 2/Saturday lecture: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
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, if
# conditionals: booleans, if, ==, !=, in
# lists
# lists
# loops and flow control: for, while, break, continue
# loops and flow control: for, while, break, continue