- 1

Can anyone please help me. I cant fugure out whats wrong with my code

https://code.sololearn.com/W3Oo07oVXwZD

30th Dec 2017, 7:08 PM
Zibusiso Conrad Mpofu
Zibusiso Conrad Mpofu - avatar
3 Réponses
+ 1
When you do not know where your bug is, start to debug manually. Either by logging messages between important steps of the program or by logging important variables before and after important steps. Then you will see where your scripts stop working. Then try to find the bug by knowing the position of it. Furthermore you can try to find similar code snippets in the Web, e.g. stackoverflow.
30th Dec 2017, 7:08 PM
Andreas K
Andreas K - avatar
- 1
@Andreas K . Thank you very much you advise helped find all the sythanx errors in my code.
30th Dec 2017, 7:28 PM
Zibusiso Conrad Mpofu
Zibusiso Conrad Mpofu - avatar
- 1
I'm glad this is helping you.
30th Dec 2017, 7:30 PM
Andreas K
Andreas K - avatar