how are string literals represented in python?
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.
Answered by
0
Answer:
two
Explanation:
single line (' ')
multi line(" ",''' ''')
Similar questions