(Choose 1 answer)
Python strings have a property called "immutability." What does this mean?
A. Strings in Python can't be changed
B. You can update a string in Python with concatenation
C. Strings in Python can be represented as arrays of chars
D. Strings can't be divided by numbers
Q: 37