CreateVehicle: Difference between revisions

From Onset Developer Wiki
(Created page with "CreateVehicle <syntaxhighlight lang="Python" line='line'> def quickSort(arr): less = [] pivotList = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhigh...")
 
No edit summary
Line 1: Line 1:
CreateVehicle
CreateVehicle


<syntaxhighlight lang="Python" line='line'>
<syntaxhighlight lang="Lua" line='line'>
def quickSort(arr):
def quickSort(arr):
less = []
less = []

Revision as of 21:31, 22 February 2019

CreateVehicle

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