Computer Science, asked by venketeshavs6563, 1 year ago

Does Python allow for only double quotes ?

Answers

Answered by Anonymous
0

Python does have two simple ways to put quote symbols in strings. You are allowed to start and end a string literal with single quotes (also known as apostrophes), like 'blah blah' . This is called an escape sequence and Python will remove the backslash, and put just the quote in the string.

I hope this will help you

If yes then please follow me

Answered by sidhant41
0

Python does have two simple ways to put quote symbols in strings. You are allowed to start and end a string literal with single quotes (also known as apostrophes), like 'blah blah' . ... This is called an escape sequence and Python will remove the backslash, and put just the quote in the string.

ok bro.

you have any problem tell me ok. or follow me

Similar questions