+ 3
Can someone please help me find what is wrong with my program
It is in python and it is called attack https://code.sololearn.com/cu1JU6JoMV4V/?ref=app
5 Answers
+ 4
Some syntax error there, here corrected:
https://code.sololearn.com/c9CXAZ9Dz5Ka/?ref=app
+ 4
Thanks I couldn't have corrected my program without you
+ 3
You mean this code?
https://code.sololearn.com/cu1JU6JoMV4V/?ref=app
I think this part is the issue:
playerhp = playerhp - dmg
dmg has no value, so playerhp will not change
+ 3
Oh thanks
+ 3
Thanks maneren