• Name: 1. Which of the following is a Python tuple?
    1. 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