Im confused, im getting some error from the kata and I don't really know why its being caused. Mind if someone explain?
Traceback (most recent call last):
File "/workspace/default/.venv/lib/python3.11/site-packages/codewars_test/test_framework.py", line 112, in wrapper
func()
File "/workspace/default/tests.py", line 31, in should_work_for_random_perfect_powers
elif r[0]**r[1] != l:
~~~~^^~~~~
TypeError: unsupported operand type(s) for ** or pow(): 'int' and 'NoneType'
a tough kata, some say its appropiate for 5 kyu but personally i would just consider it a mid-hard difficult 6 kyu. nevertheless amazing kata and gets you thinking
a little confused on how the description explains the process of approximating pi with the leibinz formula
thats a tough kata!
nvm i have found whats causing it
Im confused, im getting some error from the kata and I don't really know why its being caused. Mind if someone explain?
Python
a tough kata, some say its appropiate for 5 kyu but personally i would just consider it a mid-hard difficult 6 kyu. nevertheless amazing kata and gets you thinking
nice kata
hmm, honestly 7 kyu. this kata required more thinking than if it was a 8 kyu for me
very nice kata
nice physics puzzle took a while to solve
my python solution is diabolical
the description is a little confusing ngl
nvm
the explanation in the description also needs one when
m
is greater thann
very beginner friendly introduction for oop
hm alright
Loading more items...