How are string literals implemented in python?Examplify your answer
Answers
Answered by
3
Answer:
In python, the literals named as 'string' are represented as either single quotes (') or in double quotes ("). ... Usually while representing and implementing the strings' or 'single' or 'double quotes' is used to start and end the string.
Explanation:
Answered by
2
In python, the literals named as 'string' are represented as either single quotes (') or in double quotes ("). ... Usually while representing and implementing the strings' or 'single' or 'double quotes' is used to start and end the string.
Similar questions