Python Workshops for Beginners/Saturday September 27th lecture: Difference between revisions

imported>Ehashman
m (1 revision: Python Workshops for Beginners - UWaterloo)
imported>Ehashman
Line 8:
 
== Lecture outline ==
 
=== Part 1 ===
 
# review Friday material
Line 36 ⟶ 38:
#* <tt>break</tt>
#* <tt>raw_input()</tt>
* Break!
 
You will need the following code:
<pre>grades = [86, 71, 91, 62, 85, 86, 72, 58, 65, 77, 54, 53, 56, 91, 93, 58, 80, 74, 75, 64]</pre>
 
 
=== Part 2 ===
 
# dictionaries
#* purpose
Anonymous user