Test Page

From The List Chaser
Jump to navigation Jump to search


Testing the code syntax highlighting extension...

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



YouTube test...