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.
lol, the very definition of a patch
I'm actually dying out of laughter, this is the best code lmao
Unbelievable lol
haha why solve the issue, just patch it :)
Hah , I did this too .....
Ty byte I get it now. Took a min lol but I got it. thanks again.
What am I missing here?
def swap_values(args):
args = reversed(args)
return list(args)
When I print this it gives me [2, 1] but when i return it, it gives me [1, 2]. Tried every which way to no avail [::-1], even a for loop lol but could never get the return to pan out...only the print. I thought they had to be the same? Finally gave up.
If d>2 is true, it technically becomes 1, which means that it is
d*40-1*20
if you see what I mean. And the opposite if (d>2) is false, which is 0. I hope this makes senseThis comment is hidden because it contains spoiler information about the solution
I see now. THANK YOU for taking the time and clairifying that for me Jim.
This comment is hidden because it contains spoiler information about the solution
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 suggestion.
This comment is hidden because it contains spoiler information about the solution
Loading more items...