Tuesday, June 18, 2013

Python June 18, 2013



 Hello Readers,

# Exercise 0 : List Access
"""
    Please add the code to print out the second element in the list.
"""

n = [1, 3, 5

Thursday, June 13, 2013

Thursday Lesson



Today, we learn about groceries listing in our python programming class

click this more lesson
www.dropbox.com/s/r8f1hms97nw5mc2/Lesson6-GroceryShopper.py

Thursday, June 6, 2013

My first day in the Intermediate Python Programing


"""
Learning Python
Lesson 6 : List & Dictionaries
Dictionaries

Simple programming exercises from Codecademy
"""


# Exercise 0 : This Next Part is Key
"""