• Chocolater's Activity

Created a forum post "Output order"
How am I supposed to know in which order should i put elements in when I'm making an output (Becaus
Liked a comment created by mindaugas.dadurkevicius for forum post "Assertion error?"
It might be the case, that you named attack, defense or other variables in your warrior class or fig
Commented a forum post "Assertion error?" created by Chocolater
Yup, that was the case. In my defence, in the first mission, where you make fight() function, it's n
Commented a forum post "Assertion error?" created by Chocolater
Now, when I check the result, the checkbox says that my result is 12, however, when I implement Rook
Liked a comment created by mindaugas.dadurkevicius for forum post "Assertion error?"
Maybe it would be possible to initialize Warrior by other functions, or change tests so that Rookie 
Liked a comment created by mindaugas.dadurkevicius for forum post "Assertion error?"
I see that the problem is that I initialize Warrior by the same __init__ function. For other classes
Liked a comment created by mindaugas.dadurkevicius for forum post "Assertion error?"
I get the same mistake. Tried creating Rookie class with Warrior params, but still got errors.
Created a forum post "Assertion error?"
When i try to check my program, there's a mistake with Rookie warrior type(It's not mentioned in the
Created a forum post "Assertation bug."
Just look at the attached pictures. From: https://py.checkio.org/mission/oil-pie/solve/ HTTP\_
Liked a comment created by DaveDiFranco for forum post "Assertation bug."
Make sure you're returning ints, not floats.

Weirdly, if I cast my result to floats, it fails for m
Commented a forum post "Assertation bug." created by Chocolater
I'm returning integers already.
Created a forum post "Assertation bug."
I would like to give some feedback about ... From: https://py.checkio.org/mission/oil-pie/solve/