Testing page
Jump to navigation
Jump to search
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!
This is a warning that is using the warning template specified by Gentoo!
Important
This is an important message!
This is an important message!
Note
This is a notice, something to keep mind of.
This is a notice, something to keep mind of.
user $sudo apt install python3 firefoxroot #apt install python3 firefoxThese templates are not that great and the = value messes it up:
root #{{{1}}}root #pip3 update tensorflow==2.5.0The second line uses = for each equal sign. I'm not sure what causes this.