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

테스트: 두 판 사이의 차이

데브카페
편집 요약 없음
5번째 줄: 5번째 줄:
|format=ul
|format=ul
|limit=5
|limit=5
|offset={{#expr: {{#ask: [[Category:Examples]] [[<Lorem ipsum]]|format=count}} -6 }}
|offset={{#expr: {{#ask: [[Category:autoit]] [[<Lorem ipsum]]|format=count}} -6 }}
}}
}}



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

11111

22222

3333

4444

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

Comments