Computer Science, asked by viyal, 7 months ago

How are string literals implemented in python?Examplify your answer

Answers

Answered by raotd
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 ridahussain86
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