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.
It is a tuple. We have used Tuple Indexing here, We know that True value refers to 1 and False refers to 0. So the first element in the tuple is False corresponding to Tuple index zero(false) and the second value is True corresponding to Tuple index one(True)
Unpublishing due to low satisfaction rating.
This comment is hidden because it contains spoiler information about the solution
TBH you should give a clue on what modules NOT to use, as this is a hacking puzzle and there's no clue on whether a specific approach is cheat-free.
This comment is hidden because it contains spoiler information about the solution
nice approach (y)
I don't know how to use this one
Again, thanks for the feedback! This issue was quite hard to resolve. So I have tried to address all 'cheating' ways to solve this kata. Now 'cheating' is not completely impossible, but these ways are at least as difficult as solving this puzzle in intended way.
Thanks for your feedback! Issue fixed.
This comment is hidden because it contains spoiler information about the solution
Instead I have restricted the usage of dis module
Unfortunately, I can't do this:
I got Error when submitting any solution, because it requires importing((
Traceback (most recent call last):
File "main.py", line 2, in
NameError: name 'import' is not defined
This comment is hidden because it contains spoiler information about the solution
Thanks for your feedback :)
all good!
Loading more items...