Page 1 of 1

Which of the following is a Python tuple?

Posted: Wed Jul 13, 2022 7:44 pm
by answerhappygod
a) {1, 2, 3}
b) {}
c) [1, 2, 3]
d) (1, 2, 3)