A

Admin • 802.91K Points
Coach

Q. Which of the following is a mutable data type?

  • (A) tuple
  • (B) list
  • (C) string
  • (D) int
  • Correct Answer - Option(B)
  • Views: 5
  • Filed under category Python
  • Hashtags:

Explanation by: Admin
Lists are mutable; tuples, strings, and ints are immutable.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.