Testing page: Difference between revisions

no edit summary
imported>Sjwhitak
(Created page with "Edit anything you want on here to goof around or test things.")
 
imported>Sjwhitak
No edit summary
 
(4 intermediate revisions by the same user not shown)
Edit anything you want on here to goof around or test things.
 
<syntaxhighlight lang="python" line>
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass</syntaxhighlight>
{{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.}}
{{Tip|Here's a tip.}}
{{UserCmd|sudo apt install python3 firefox}}
{{RootCmd|apt install python3 firefox}}
 
These templates are not that great and the <code>=</code> value messes it up:
{{RootCmd|pip3 update tensorflow==2.5.0}}
{{RootCmd|pip3 update tensorflow&#x3d;&#x3d;2.5.0}}
The second line uses <code>&#x26;#x3d;</code> for each equal sign. I'm not sure what causes this.
Anonymous user