Can we write either double quote or single quote within the print function | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can we write either double quote or single quote within the print function

25th Mar 2017, 1:46 PM
Sweety
3 Answers
+ 10
Yes, but you have to be consistent and use the same type at the beginning and at the end.
25th Mar 2017, 1:51 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
Yes, you can use both. You can even use triple double quote or triple single quote. But you have to consider the beginning and the end must be the same. Example: print('Hello World!') print("Hello World2!") print('''Hello World3 !''') print(""" Hello World4!""")
25th Mar 2017, 2:55 PM
Moataz El-Ibiary
Moataz El-Ibiary - avatar
0
No problem either one
25th Mar 2017, 4:38 PM
SAMI Awad
SAMI Awad - avatar