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

Jerrod Caldwell
3,154 Pointseither I dont know how to create a variable or Im just simple missing what the instructions are telling me
I need to know the syntax of how to write this
# insert your code here
my_tuple = 'I', 'love', 'python',
# A tuple might contain data about a person (heterogeneous type mixture)
# A list might contain a list of people (homogeneous type mixture - all tuplesv
var item3[2]
Jerrod Caldwell
3,154 PointsJerrod Caldwell
3,154 PointsI figured it out after looking through previous discussion, had the code flipped backwards