Test

From Serious Sam's Bogus Detour
Revision as of 16:18, 24 June 2017 by Scratch (talk | contribs)

Jump to: navigation, search

Test page, please ignore


<syntaxhighlight lang="python" line='line'> def quickSort(arr): less = [] pivotList = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhighlight>