Difference between revisions of "Using Language Keys"

From Cheetah Documentation Wiki
Jump to navigation Jump to search
(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>")
Tag: visualeditor-switched
(No difference)

Revision as of 11:30, 16 December 2020

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