Fork Python 4 Question 3

Last Updated :
Discuss
Comments

Which method can be used to handle strings with both single and double quotes simultaneously in Python?
 

Using triple quotes

Using backslash ()

Using parentheses

Using single quotes only

Share your thoughts in the comments