Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 25)
25.
Which of the following data types is used to represent a sequence of Unicode characters that can be modified?
int
float
str
bytearray
Answer: Option
Explanation:
The bytearray data type is used to represent a sequence of Unicode characters that can be modified. It is similar to the bytes data type, but it can be modified.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.