Revision history of "User talk:Admin"

Jump to: navigation, search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 08:12, 30 October 2020Admin talk contribs 191 bytes +191 Created page with "<syntaxhighlight lang="python" highlight="1,5-7" start='3' line> def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr else: pass </..."