A

Admin • 832.27K Points
Coach

Q. What will be the output of list((1, 2, 3))?

  • (A) [1, 2, 3]
  • (B) {1, 2, 3}
  • (C) (1, 2, 3)
  • (D) 1, 2, 3
  • Correct Answer - Option(A)
  • Views: 17
  • Filed under category Python
  • Hashtags:

Explanation by: Admin
list() converts the tuple into a list.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.