Jump to content

User:Kohuda/Sandbox

From Arelith Wiki


Welcome to the Arelith Wiki!

  • This wiki is intended for general information and data, not in-character stories or events. Those should be discussed on the [Arelith Forums] instead.

Recent Updates - Last Updated: 2024 May 26th

  • NEW: New Weapons: Bill Hook, Hookhammer, Cane and Yari.

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>