Changes

Jump to navigation Jump to search

Deep Sea Knowledge:Sandbox

168 bytes added, 03:37, 13 November 2018
testing syntax highlight
'''This is a sandbox for testing edits - content can be added and deleted by anybody at any time, so don't store anything important here. Make your changes below this line.'''
 
<syntaxhighlight lang="Python" line='line'>
def quickSort(arr):
less = []
pivotList = []
more = []
if len(arr) <= 1:
return arr
else:
pass
</syntaxhighlight>

Navigation menu