Difference between revisions of "User:Zesty"
Jump to navigation
Jump to search
(testing something odd) |
(testing something odd) |
||
Line 8: | Line 8: | ||
== Test Zone == | == Test Zone == | ||
− | |||
Taking a look at syntax highlighting always citing it has errors | Taking a look at syntax highlighting always citing it has errors |
Revision as of 03:44, 3 May 2023
I'm the RimWorld Wiki assistant admin. Message me if you've got questions or things break.
If you need to reach me, you can do so via The RimWorld Discord (@Zesty / CawsForConcern#0605) or on my User Talk Page.
Test Zone
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