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
absolutely amazing kata that even rebalances the crafting system
approved
duplicate issue
I agree. Some of the solutions look really scary but one can solve this in a much less fancy way.
Where's the question?
Ah yes, welcome to g964 katas. I'd be surprised if you weren't confused by such descriptions :P
Essentially, everything you need is shown on the 2nd line of description, or the formula on wiki. There's not much else that you need to know.
Is there anything in particular that you have a question for?
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
Loading more items...