define single and multiple line strings with examples
Answers
Answered by
3
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.
Similar questions