Changes
Jump to navigation
Jump to search
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
Toggle sidebar
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
User contributions
Logs
View user groups
Special pages
Printable version
What's Up With Your MCU?
Navigation menu
Personal tools
Log in
Namespaces
User page
Discussion
Variants
Views
Read
View source
View history
More
Search