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.
Different people can have the same name.
Hey mate, I'm a bit late for the party, but I had been waiting for a new kata of yours, and here we finally have it.
Now, I noticed you had some trouble with banning libraries, as I was able to bypass your lock. Don't you worry, you're speaking to the master of restrictions, For a long time, I have been banning libraries and stuff, and I know a thing or two about it.
There are a few important functions and objects you need to ban. Here's my list:
eval
,exec
,locals
,globals
,vars
,import
,__import__
,getattr
,__dict__
,__builtins__
The main culprits tend to be
eval
andexec
, keep an eye on them.I'm not one to comment on the theme of the kata itself, but I do understand the moderator's points.
Hey, don't let the harsh, yet valid, criticisms you received discourage you. I see a lot of potential in your creations and look forward to seeing more from you.
If you ever need someone to talk to, here's my discord: 'yushi.py'. Hit me up anytime.
See you soon, Metalowy. I eagerly await your next creation.
you see the problem with restrictions, now?
.
It is a much different usage of this algorithm.
I don't see how is this related to prime numbers.
https://www.codewars.com/kata/638b4205f418c4ab857f2692/
Can you give a link?
tho I can assure you there are some, without doubt.
.
This comment is hidden because it contains spoiler information about the solution
nope ;) (and anything string based won't be enough)
This comment is hidden because it contains spoiler information about the solution
I've banned nearly all libraries except random and math.
Restrictions on some/all libraries is required in Python.
Loading more items...