Community Data Science Workshops (Fall 2014)/Day 1 lecture: Difference between revisions

Content added Content deleted
imported>Mako
imported>Mako
Line 33: Line 33:
#*** also >, <, and !=
#*** also >, <, and !=
#** type() shows that the output of True or False is <code>bool</code>
#** type() shows that the output of True or False is <code>bool</code>
#** "i" in "team"
#** "i" not in "team"
#* <tt>if</tt>/<tt>elif</tt>/<tt>else</tt>
#* <tt>if</tt>/<tt>elif</tt>/<tt>else</tt>
#* functions
#* functions