User:Flashjay/testbox table styling 01

From GCD
< User:Flashjay
Revision as of 19:13, 19 January 2022 by Flashjay (talk | contribs)
Jump to navigation Jump to search

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



Cover
3 4
note