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 Introducing Tuples Getting to Know Tuples Creating Tuples

Jerrod Caldwell
Jerrod Caldwell
3,154 Points

either 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

create_tuple.py
# 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
Jerrod Caldwell
3,154 Points

I figured it out after looking through previous discussion, had the code flipped backwards