print("he is a stupid"" + ", " + "restless and naive boi") | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

print("he is a stupid"" + ", " + "restless and naive boi")

What's wrong with this code?

16th May 2019, 7:25 AM
ERROR_404
ERROR_404 - avatar
3 ответов
+ 9
Annesarry double quotation Mark print("he is a stupid" + ", " + "restless and naive boi") Check this...
16th May 2019, 7:28 AM
Mohd Abdul Sameer
Mohd Abdul Sameer - avatar
+ 2
You have double " after stupid
16th May 2019, 7:27 AM
domind
domind - avatar
+ 2
Thanks
16th May 2019, 7:29 AM
ERROR_404
ERROR_404 - avatar