A

Admin • 832.27K Points
Coach

Q. Which of the following is an immutable type?

  • (A) list
  • (B) set
  • (C) tuple
  • (D) dict
  • Correct Answer - Option(C)
  • Views: 23
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

`tuple` is an immutable sequence type; others are mutable.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.