Hello everyone! Here I leave you my results of the codewars exercises, in different levels. At the moment they are only in the python language, little by little I will be doing them more and uploading the answers so that they are of help to everyone. I leave the table below so you can go directly to the exercise you need
| # | Titel | Language | Difficulty |
|---|---|---|---|
| 1 | Convert a Bolean to String | Python | 8 Kyu |
| 2 | Even or Odd | Python | 8 Kyu |
| 3 | Is n divisible by x and y | Python | 8 Kyu |
| 4 | Return to Sanity | Python | 8 Kyu |
| 5 | Square(n) Sum | Python | 8 Kyu |
| 6 | Begginer Series #3 Sum of Numbers | Python | 7 Kyu |
| 7 | Disemvowel Trolls | Python | 7 Kyu |
| 8 | Isogram | Python | 7 Kyu |
| 9 | Counting Duplicates | Python | 6 Kyu |
| 10 | Century From Year | Python | 8 Kyu |
| 11 | The 'if' function.py | Python | 8 Kyu |
| 12 | Multiply | Python | 8 Kyu |
| 13 | Vowel Count | Python | 7 Kyu |
| 14 | Multiples of 3 or 5 | Python | 8 Kyu |
| 15 | Opposite Number | Python | 8 Kyu |
| 16 | Convert a Number to a String! | Python | 8 Kyu |
| 17 | Convert boolean values to strings 'Yes' or 'No'. | Python | 8 Kyu |
| 18 | Return Negative | Python | 8 Kyu |
| 19 | String repeat | Python | 8 Kyu |
| 20 | No ifs no buts | Python | 7 Kyu |