What is output of this print(' ' ') in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

What is output of this print(' ' ') in python

3rd Aug 2018, 6:08 AM
sonu Kumar
sonu Kumar - avatar
4 Answers
+ 2
the program won't work. if you wish to output a single quote iirc you use print(' \' ')
3rd Aug 2018, 6:19 AM
hinanawi
hinanawi - avatar
0
or print(" ' ")
3rd Aug 2018, 6:43 AM
Amir Galanty
Amir Galanty - avatar
- 1
Yes It's working. Thanks
3rd Aug 2018, 6:23 AM
sonu Kumar
sonu Kumar - avatar
- 1
Thanks a lot
3rd Aug 2018, 6:47 AM
sonu Kumar
sonu Kumar - avatar