用户:Laoweek:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第33行: | 第33行: | ||
23333 | 23333 | ||
<syntaxhighlight lang="python" style="border: 3px dashed blue;"> | |||
def quick_sort(arr): | |||
less = [] | |||
pivot_list = [] | |||
more = [] | |||
if len(arr) <= 1: | |||
return arr | |||
else: | |||
pass | |||
</syntaxhighlight> | |||
2023年9月27日 (三) 03:26的版本
OvO? OvO! OvO.

我是昆西,请给我钱
2 12 23 45 45 666 22 12 34343432 23 34 45
OvO OvO OvO
小部件Patreon按钮出错: Unable to load template 'wiki:Patreon按钮'
OvO
OvO?
OvO?sdsdsd
11113333444
23333
def quick_sort(arr):
less = []
pivot_list = []
more = []
if len(arr) <= 1:
return arr
else:
pass