Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
You must create an account or log in to edit.

Main Page: Difference between revisions

From Amaranth Legacy, available at amaranth-legacy.community
Content deleted Content added
imported>Tesinormed
No edit summary
imported>Tesinormed
No edit summary
Line 9: Line 9:
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Localisation#Translation_resources Localise MediaWiki for your language]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
* [https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Combating_spam Learn how to combat spam on your wiki]
‎<syntaxhighlight lang="python" line>

def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass

‎</syntaxhighlight>

Revision as of 22:23, May 6, 2023

Welcome to Amaranth Legacy

Consult the User's Guide for information on using the wiki software.

Getting started

Contents