Difference between revisions of "Sandbox"
From World Wide Wiegert Wiki - WWWW
Line 1: | Line 1: | ||
== Syntax highlightning: == | |||
Code: | Code: | ||
{{ #tag: syntaxhighlight | | {{ #tag: syntaxhighlight | |
Revision as of 19:34, 29 September 2020
Syntax highlightning:
Code:
<syntaxhighlight lang="python">
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass
</syntaxhighlight>
Result:
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass
Supported languages: https://www.mediawiki.org/wiki/Extension:SyntaxHighlight#Supported_languages