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

Материал из test
Нет описания правки
 
Строка 12: Строка 12:
<?php
<?php
// some php code
// some php code
</syntaxhighlight>
<syntaxhighlight lang="python" line>
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass
</syntaxhighlight>
</syntaxhighlight>

Текущая версия от 18:01, 15 июня 2026

First

This page is made for backup test

Some other

info

An extract of source <?php echo "Done!"; ?> on one line.

<?php
// some php code


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