Open main menu
Home
Random
Log in
Settings
About What's Up With Your MCU?
Disclaimers
What's Up With Your MCU?
Search
Changes
Newer edit →
User:LovelyA72/Sandbox
(view source)
Revision as of 01:23, 29 April 2021
168 bytes added
,
01:23, 29 April 2021
Created page with "<syntaxhighlight lang="python" line='line'> def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhighlight>"
<syntaxhighlight lang="python" line='line'>
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass
</syntaxhighlight>
LovelyA72
Bureaucrats
,
Interface administrators
,
Administrators
90
edits