Examples of double quote strings | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Examples of double quote strings

25th Apr 2017, 9:44 AM
Timothy
6 Answers
+ 15
str = "Lot's of humor here" print(str)
25th Apr 2017, 10:30 AM
Prudhvi Raaj
Prudhvi Raaj - avatar
+ 11
s = "\"Hello there! I'm Cyrus.\", said Cyrus." print(s)
25th Apr 2017, 9:53 AM
Cyrus Ornob Corraya
Cyrus Ornob Corraya - avatar
+ 5
"mayur chaudhari and cyrus answer are true."
25th Apr 2017, 9:51 AM
Nithiwat
Nithiwat - avatar
+ 1
"i m great"
25th Apr 2017, 10:01 AM
shobhit
shobhit - avatar
0
Monty = "Python" dung = "\"What is brown and sounds like a bell?\" "
25th Apr 2017, 10:16 AM
James
James - avatar
- 1
str = "hello" print(str)
25th Apr 2017, 9:48 AM
Mayur Chaudhari
Mayur Chaudhari - avatar