Computer Science, asked by suyashacharya120, 10 months ago

define single and multiple line strings with examples​

Answers

Answered by Zisha7
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