How does Python recognize a tuple?

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

Respuesta :

CT0723

Answer:

B) You use parentheses around the data values

Explanation:

It was C) on my end, but the answer is still the same :)

Answer:

B) You use parentheses around the data values

Explanation:

i gor it right on edge 2020

ACCESS MORE
EDU ACCESS
Universidad de Mexico