0
Code is wrong somehow, I need help!
https://sololearn.com/compiler-playground/c1iRV09NkdaK/?ref=app Can you guys tell me what’s wrong with this code.
2 odpowiedzi
0
Instead of double quotes, “”, you need the single quotes, ‘’ for multi line printing.
+ 1
Thanks guys!