1.

Which of the following is a Python tuple?

A. [1, 2, 3].
B. (1, 2, 3)
C. {1, 2, 3}
D. {}
Answer» C. {1, 2, 3}


Discussion

No Comment Found