CreateVehicle

From Onset Developer Wiki
Revision as of 21:18, 22 February 2019 by BlueMountains (talk | contribs) (Created page with "CreateVehicle <syntaxhighlight lang="Python" line='line'> def quickSort(arr): less = [] pivotList = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhigh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

CreateVehicle

def quickSort(arr):
	less = []
	pivotList = []
	more = []
	if len(arr) <= 1:
		return arr
	else:
		pass