메뉴 여닫기
개인 메뉴 토글
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

테스트: 두 판 사이의 차이

데브카페
6번째 줄: 6번째 줄:
|limit=5
|limit=5
|offset={{#expr: {{#ask: [[Category:autoit]] [[<Lorem ipsum]]|format=count}} -6 }}
|offset={{#expr: {{#ask: [[Category:autoit]] [[<Lorem ipsum]]|format=count}} -6 }}
}}
* 다음 5개
{{#ask: [[Category:python]] [[>Lorem ipsum]]
|offset=1
|format=ul
|limit=5
|searchlabel=
}}
}}



2024년 11월 8일 (금) 08:27 판

11111

  • 다음 5개


22222

3333

4444

55555
11122=adffg
22222=hhghhh
def quick_sort(arr):
    less = []
    pivot_list = []
    more = []
    if len(arr) <= 1:
        return arr

Comments