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

Testing page

From MTU LUG Wiki
Revision as of 13:53, 7 April 2022 by imported>Sjwhitak

Edit anything you want on here to goof around or test things.

def quick_sort(arr):
	less = []
	pivot_list = []
	more = []
	if len(arr) <= 1:
		return arr
	else:
		pass
Warning
This is a warning that is using the warning template specified by Gentoo!
Important
This is an important message!
Note
This is a notice, something to keep mind of.
user $sudo apt install python3 firefox
root #apt install python3 firefox