strings | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

strings

how to create a string containing a double qoute

14th Aug 2019, 10:39 AM
Yibanathi Tibisana
Yibanathi Tibisana - avatar
6 Answers
+ 2
#something like this print(' "Hello World" ')
14th Aug 2019, 10:47 AM
Steven M
Steven M - avatar
+ 2
Iam not able to answer that
2nd Apr 2020, 7:40 AM
JORDAN VALLALA
JORDAN VALLALA - avatar
+ 1
print('This is " double quote')
14th Aug 2019, 11:16 AM
Paolo De Nictolis
Paolo De Nictolis - avatar
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
14th Aug 2019, 10:47 AM
Farhan
Farhan - avatar
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""")
30th Jan 2020, 11:11 AM
Ujjwal Deval
Ujjwal Deval - avatar
- 1
print («  hello my friend »)
10th Oct 2019, 4:02 PM
AlexGeo
AlexGeo - avatar