Computer Science, asked by amansinghaster5968, 9 months ago

What are the two internal subtypes of string data type in python?

Answers

Answered by vikashkumar199
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 Anonymous
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