+ 1
Fixing my Python Code
In my python codes here on SoloLearn I have script called “fighters”. I’ve been trying to figure out what my mistake is but can’t figure it out. Suggestions? https://code.sololearn.com/c8yNtQy6LpfH/?ref=app
3 Antworten
+ 2
You have forgotten to add self to the parameters of your method:
def attack(self,...)
0
ooh, i been doing to much Javascript latley, forget I have to cast my types! thank you