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.
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?