Computer Science, asked by bhatmaria789, 3 days ago

m) ------in Python are surrounded by single or double quotation marks.​

Answers

Answered by eashu53
6

Answer:

Generally, double quotes are used for string representation and single quotes are used for regular expressions, dict keys or SQL. Hence both single quote and double quotes depict string in python but it's sometimes our need to use one type over the other.

Answered by singhdaksh068
0

Answer:

in Python are surrounded by single or double quotation marks

Similar questions