You have already completed these exercises!
Do you want to take them again?
You completed the Python Tuples Exercises from W3Schools.com
Share on:
Which one of these is a tuple?
thistuple = ('apple', 'banana', 'cherry')
thistuple = ['apple', 'banana', 'cherry']
thistuple = {'apple', 'banana', 'cherry'}