this data type is used to store string of character in python
Answers
Answered by
0
Answer:
strings – used to store a contiguous set of characters. To define a string, you type the characters within single or double quotes. For example, newString = 'This is a text' will store that string of characters (This is a text) in the variable newString.
Explanation:
pls brainlest if it is helpful
Answered by
1
Answer:
In python there is no character data type, a character is a string of length one. It is represented by str classStrings are sequences of character data. The string type in Python is called str .
Explanation:
hope it's helpful to you and plz mark it as a BRAINLIEST ANSWER
Similar questions