User:Kohuda/Sandbox: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{PAGESINCATEGORY:Category:Spells} | |||
<div id=mainbox style="max-width:1000px; padding-left:2%"> | <div id=mainbox style="max-width:1000px; padding-left:2%"> | ||
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}} | {{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}} |
Revision as of 02:15, 24 June 2024
{{PAGESINCATEGORY:Category:Spells}
Welcome to the Arelith Wiki!
|
Recent Updates - Last Updated: 2024 May 26th
|
Wiki Information
|
Character Creation |
Character Systems |
World Systems | ||||||
Item Creation Systems |
Changes |
Help
|
<syntaxhighlight lang="python" line>
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass
</syntaxhighlight>