Revision history of "Web Element: Syntax Highlight"


Diff selection: Mark the radio boxes 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.

  • (cur | prev) 18:39, 22 October 2019H. Kemal Ilter (talk | contribs). . (166 bytes) (+166). . (Created page with "<syntaxhighlight lang="Python" line='line'> def quickSort(arr): less = [] pivotList = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhighlight>")