This project contains a small compilation of Katas, or training exercises, collected from the website www.codewars.com
The exercises are arranged in an increasing level of difficulty so ideally they must be addressed linearly in order to progress to more complex katas
Project considers you are using Python 3 to solve the exercises
1.1) Multiply - fundamentals
1.2) Opposite number - fundamentals, numbers
1.3) Even or odd - fundamentals
1.4) String repeat - fundamentals, string
1.5) Cat years dog years - fundamentals
2.1) Vowel count - fundamentals, loops, string
2.2) Exes and Ohs - fundamentals, loops
2.3) Count characters, fundamentals, loops
2.4) Alphabet war - fundamentals, loops
3.1) Remove the minimum - fundamentals, lists
4.1) Grasshopper Summation - fundamentals, recursion