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.
Instead of saying "I'm dumb" say "I'm smart, but I can also be smarter"
I'm pretty sure this is satirical
right there with you. *facepalm
Please use spoiler flag next time, your post was visible in the homepage.
Yep
an indirect way at getting hello world from a set of other words in binary
The term you are looking for I think, is "aliasing"
nothing is shadowed, here, the builtin is just assigned to another name in the current scope, that's all.
I think shadowing a built-in generally refers to asigning a built-in to something else, e.g.
print = lambda x:x+1
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Not a kata issue! Please use
question
label next time~~Note that you should optimize your code as tests can go up to 10 million (JS) && 100 million (python).