191k views
5 votes
How does Python recognize a tuple?

O You use tuple when you create it, as in "my Tuple = tuple(3, 5)".
You declare myTuple to be a tuple, as in "myTuple = new tuple".
You use brackets around the data values.
You use parentheses around the data values.

User Culter
by
5.0k points

1 Answer

4 votes

Answer:

You use parentheses around the data values.

Step-by-step explanation:

j took the test on edge

User Kubi
by
4.7k points