Answers for "python double quotes in string"

1

how to print in double quotes in python

# There are two ways -
print('"By using single quotes"')
print(""Or By using escape character double quotes"")
Posted by: Guest on June-04-2021

Code answers related to "python double quotes in string"

Python Answers by Framework

Browse Popular Code Answers by Language