+ 3
Error: unexpected identifier
I am writing a code for the #onelinechallenge But i get an error in line 55 of my code, can anyone explain to me what is going wrong and what i should do to fix it? (Explaining is the important part for me, so if you don't know how to fix it but can explain it please do) https://code.sololearn.com/W4miDxhfUH7i/?ref=app
4 Antworten
+ 1
Line 54 you missed after +1 a )
+ 3
On line 11 "function ask={}" replace "=" with ().
+ 1
Also in line 12 when you solve the problem of line 54 i is not defined
+ 1
Thank you!