Computer Science
Fill in the blanks:
_________ are not mutable while lists are.
Python Tuples
2 Likes
Answer
Tuples or Strings
Answered By
2 Likes
Related Questions
Fill in the blanks:
Part of a string containing some contiguous characters from the string is called _________.
Fill in the blanks:
The _________* operator when used with a list/string and an integer, replicates the list/string.
Fill in the blanks:
Using _________ function, you can make a true copy of a list.
Fill in the blanks:
The _________ function is used to remove an item from a list/dictionary.