Test Page

From The List Chaser
Revision as of 23:13, 21 July 2022 by Glawler (talk | contribs)
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...