sandiegopython / intro-to-python

Introduction to Python (2014)
Creative Commons Attribution 4.0 International
28 stars 26 forks source link

Update dict examples and change sets to tuples #38

Closed treyhunner closed 10 years ago

treyhunner commented 10 years ago

I simplified the dictionary examples because I felt they were getting very long and required a lot of typing.

I replaced the set explanation with tuples because sets are briefly explained in part 2. I'm not sure the tuple example adds much value so we can leave it out if desired.

willingc commented 10 years ago

I am going to merge this. There is one small technical issue in the words example which I will file an issue on.