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.
Hi,
I was fiddling around with this little bit and I have noticed that "nums.pop()" gives the "nums[0]" value.
For example, when there was more than one values of "nums", nums.pop() will always spit out the first number in the list.
I thought set.pop() picks randomly.
Is there something that I am missing?
Can someone please explain why its not picking out randomely?
Thank you.