0
Why the code named 'error' is working while other named 'hash' is not working ?
https://code.sololearn.com/c1oeyte23cGo/?ref=app https://code.sololearn.com/ccYqnmLvAkm2/?ref=app
4 Respostas
+ 8
Because there's an *invisible* illegal character beside your if statement, you should get rid of it.
+ 1
the error \302 at line 8 indicates some special character
+ 1
Its working now . Thanks everybody.
0
@Dev I didn't untderstand .please