Python Programming - Data Types - Discussion

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

Post your comments here:

Your comments will be displayed after verification.