User:Kibje: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
m (Replaced content with "Boo!")
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<syntaxhighlight lang="python" line='line' hightlight=4>
Boo!
def quickSort(arr):
less = []
pivotList = []
more = []
if len(arr) <= 1:
return arr
else:
pass
</syntaxhighlight>

Latest revision as of 12:55, 10 July 2018

Boo!