7
codeBoy
7y

Lets play a little python game together and win some devRant points :

We have an array of integers named L

We need to sort this array so that the biggest number be in the beginning and lowest at the end..descending order

Rules:
-You are not allowed to write more than one line of code in the comment...only one

-if you comment once...you cannot comment directly after that...you have to wait for two other comments after you so you can comment again

-you have to build your code upon the previous comments ... you cannot start from scratch

-the lucky one who puts the final comment is the winner..and we should all ++ his comment to give him the biggest amount of points

Lets start and see who will win :)

Comments
Add Comment