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: Difference between revisions

From World Wide Wiegert Wiki - WWWW
Line 1: Line 1:
== Welcome! ==
== Welcome! ==
[Random-link]
[[Random link]]


== Syntax highlightning: ==
== Syntax highlightning: ==

Revision as of 09:20, 24 January 2021

Welcome!

Random link

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