What are the two internal subtypes of string data type in python?
Answers
Answered by
14
Answer:
There are 2 types of strings supported by python. Strings stored as characters and stored as bytes. Strings stored as characters are represented as unicode in python 2 or str in python 3. Specifying a unicode string can be done by adding 'u' before string.
Answered by
13
Answer:
here Ur Answer
There are 2 types of strings supported by python. Strings stored as characters and stored as bytes. Strings stored as characters are represented as unicode in python 2 or str in python 3. Specifying a unicode string can be done by adding 'u' before string.
Similar questions
Chemistry,
6 months ago
English,
6 months ago
Computer Science,
6 months ago
Social Sciences,
1 year ago