Choice Card History
History:
1. Which of the following is a Python tuple?
Talk
History
Edit
ACCEPTED
4 years ago
renyx
Name
: 1. Which of the following is a Python tuple?
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