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.
Although it is an 8 kata, it is good for beginners to start to become familiar with this process. Therefore, it should be grouped with the 8 kyu to be exposed to the information. Therefore allowing the beginner enthusiast to become familiar with this process of object oriented programming, which is half the battle of learning to code. Here is a very good website that makes it easier to learn instead of reading through all the python documentation. This makes it easy to understand, and provides examples. https://www.w3schools.com/python/python_classes.asp (This website provides examples as well so you can test your knowledge by doing the exercises, to locate the exercises, scroll to the bottom part of each section and you should find it. It won't be the try it yourself, it will be called Test Yourself with Exercises.
I recommend this YouTube Video. https://www.youtube.com/watch?v=rJzjDszODTI
This is also very helpful! https://www.youtube.com/watch?v=f0TrMH9s-VE
it's a classic
Looney Tunes
bitlol XD u meant moron
This kata has been out of beta for 8 years.
A class is a basic feature of OOP languages. It's like anything else, if you don't know to use it, RTFM or STFG... Though... I remember googling for this one and not finding the answer :D
I agree it's a bit tough for an 8 kyu, but ranks of katas can't be changed. You will see many katas overranked, so in a way it compensates...
Feel free to suggest improvements for the descriptions. After solving it, I have no idea how we could actually give hints. It just requires some comprehension of how classes and instances actually work, and I guess this may vary a lot depending on the language.