Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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"")
 
PREVIOUS NEXT
Tagged: #print #double #quotes #python
ADD COMMENT
Topic
Name
3+1 =