Q3
What data type is used to represent a sequence of characters in Python?
A.
string
B.
char
C.
text
D.
str
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
The data type for sequences of characters in Python is str.