What are Python strings
Answers
Answered by
1
Answer:
In Python, string is an imm utable sequence data type. It is the sequence of Unic ode characters wrap ped inside single, double, or triple quotes. ... If a string literal required to embed double quotes as part of a string then, it should be put in single quotes.
Similar questions