Jump to content
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Sandbox

From World Wide Wiegert Wiki - WWWW
Revision as of 10:02, 25 September 2020 by Damme (talk | contribs)
..
<syntaxhighlight lang="python" line='line'>
def quick_sort(arr):
	less = []
	pivot_list = []
	more = []
	if len(arr) <= 1:
		return arr
	else:
		pass
</syntaxhighlight>

https://www.mediawiki.org/wiki/Extension:SyntaxHighlight#Supported_languages