User:Zesty
Jump to navigation
Jump to search
I'm the RimWorld Wiki assistant admin. Message me if you've got questions or things break.
The best place to reach me is with an @ message via The RimWorld Discord (@cawsforconcern), or on my User Talk Page.
I'm more than happy to respond to Discord pings, but please don't try to add me to friends in order to Direct Message me. Thanks.
Test Zone[edit]
Taking a look at syntax highlighting always citing it has errors
def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr else: pass