- 4
strings
how to create a string containing a double qoute
7 Réponses
+ 2
#something like this
print(' "Hello World" ')
+ 2
Iam not able to answer that
+ 1
print('This is " double quote')
0
Your question has the answer
"Like this"
Please open the lesson
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2274/
And it's looks like you are spamming
Please read this
And thanks for understanding
https://www.sololearn.com/discuss/1316935/?ref=app
0
Many way to create a string ..
Single quote
Double quote
Triple single quote
Triple double qoute
All.s example are following.
Print('ujjwal_deval'')
Print("ujjwal_ deval")
Print('''ujjwal deval
Yuwan deval
Is learning python''')
Print("""it is also use for
multi
Line statemenet""")
- 1
print (« hello my friend »)