Modèle:Syntaxhighlight/Test

From Wikipedia, the free encyclopedia

{{Syntaxhighlight/Bac à sable|1= def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr |2=python |3=2 |4=3 |5=0 }}

donne :

def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr

Related Articles

Wikiwand AI