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 trial

Python Python Collections (Retired) Tuples Two-ples

Ok - I have watched the video 30 times there is no mention of "special characters" for str.format or string.format

The python web sites are absolutely useless. Search engines are useless. I am so frustrated there isn't just a programming book that contains information. Dictionaries use what special operator to unpack: for example, when using str.format( **. my_dictionary ). Tuples, however, use the alternative string.format( *. my_tuple).

1 Answer

Steven Parker
Steven Parker
229,657 Points

:point_right: Perhaps this is treated differently in the revised version.

Are you aware that you are taking an old course that has been revised, and there is a newer version available?