Backup test: различия между версиями

Материал из test
Метка: отменено
Нет описания правки
Метка: отменено
Строка 8: Строка 8:




<syntaxhighlight lang="python" line>
<syntaxhighlight>
def quick_sort(arr):
<?php
less = []
// some php code
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass
‎</syntaxhighlight>
 
 
 
<syntaxhighlight lang="python" copy>
def quick_sort(arr):
    less = []
</syntaxhighlight>
</syntaxhighlight>

Версия от 17:47, 15 июня 2026

First

This page is made for backup test

Some other

info


<?php
// some php code