Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMichal Janek
Front End Web Development Techdegree Graduate 30,654 PointsPractice with dictionaries - packing/unpacking. + challenge
Any fitting practice exercises for practicing packing/unpacking concept and dictionaries in general?
1 Answer
Ryan Cross
5,742 PointsJust make something up and build it! Make a student registry dict with a bunch of fields...name, phone, sex, age etc then build an input and retrieval system that can input a new entry/retrieve whole or part of an entry and modify whole or part of an entry. If you can do that you should be ok with this topic! I do these kinds of exercises just to try and get it. You'll learn a lot from problems you have along the way. Good luck, have fun.