Computer Science, asked by sahatirtharaj, 6 months ago

how are string literals represented in python?

Answers

Answered by Anonymous
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.

Answered by jaatshaab2
0

Answer:

two

Explanation:

single line (' ')

multi line(" ",''' ''')

Similar questions