Notion-MW
Notion-MW
169行目: 169行目:
==aaaa==
==aaaa==


<syntaxhighlight lang="python">def quick_sort(arr):
    less = []
    pivot_list = []
    more = []
    if len(arr) <= 1:
        return arr
    else:
        pass</syntaxhighlight>
&#59; bbbb
&#59; bbbb