Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Bruh, its not how you supposed to do this :D
This comment is hidden because it contains spoiler information about the solution
Can you add OBJECT-ORIENTED PROGRAMMING tag?
oooh my god...
you is crazy, bro)!
for this test it doesn't realy matter since all input are integers, but in a different scenario, you could be working with a float. In that case, (x>7) != (x>=8).
Since the question specifically stated "handicap greater than 7", I would also prefer writing this as x>7, as it is the litteral translation of the question.
its same for int, isn't it?
This comment is hidden because it contains spoiler information about the solution
Concatenation its almost first thing you learn in python.