Choice Card
1. Which of the following is a Python tuple?
Belongs to subject
Python
Let's learn now
Talk
History
Edit
Which of the following is a Python tuple?
{1, 2, 3}
Isnt that a Set
(1, 2, 3)
Good Work!
[1, 2, 3]
This is a list
{}
This is Empty Set or a Dictionary