Yasir Bhutta
|
Tuples
0/20
30:00
Exit
Question 1
Flag
1/20
Which of these correctly creates a tuple in Python?
A
[1, 2, 3]
B
(1, 2, 3)
C
{1, 2, 3}
D
<1, 2, 3>
Need a hint? View Explanation