+ 2
print("he is a stupid"" + ", " + "restless and naive boi")
What's wrong with this code?
3 Antworten
+ 9
Annesarry double quotation Mark
print("he is a stupid" + ", " + "restless and naive boi")
Check this...
+ 2
You have double " after stupid
+ 2
Thanks