15h15min de 13 de junho de 2018
(dif | his) . .(+167) . . N
Usuário:Layza.cs
(Criou página com '<syntaxhighlight lang="python" line='line'> def quickSort(arr): less = [] pivotList = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhighlight>')