전체 글 썸네일형 리스트형 데이터 구조 #1 list.append(x) :리스트끝에 x값을 추가 list.extend(L) :리스트 전체를 추가 ex) a = [1, 2 , 3] b = [10, 20 , 30] a.expend(b) a [1, 2, 3, 10, 20 , 30] list.insert(i,x) :i자리에 x값을 추가 list.remove(x) :x값을 제거(값을 넣어줘야됨) lilst.pop() :list값의 마지막 자리를 제거 list. index(x) :x의 자리 위치를 알려줌 list.count(x) :x값을 겟수를 알려줌 list.sort() : 크기순서대로 정렬 list.reverse() :값을 거꾸로 돌려줌 더보기 아이폰 해외사용 http://blog.naver.com/shyungy?Redirect=Log&logNo=120133725397 더보기 os module abort(...) abort() -> does not return! Abort the interpreter immediately. This 'dumps core' or otherwise fails in the hardest way possible on the hosting operating system. access(...) access(path, mode) -> True if granted, False otherwise Use the real uid/gid to test for access to a path. Note that most operations will use the effective uid/gid, therefore this routine can be used in a suid/sgid .. 더보기 웹 파이썬 쉘 http://shell.appspot.com/ 더보기 네이버 나눔 코딩체 http://dev.naver.com/projects/nanumfont/ 더보기 드림파이 경로 (dreampie) http://dreampie.sourceforge.net/ 더보기 무료 IP스캐너, 포트 스캐너 http://www.radmin.co.kr/download/utilities.php 더보기 구글크롬 in python https://chrome.google.com/webstore/detail/gdiimmpmdoofmahingpgabiikimjgcia 더보기 이전 1 ··· 13 14 15 16 17 18 19 ··· 21 다음 목록 더보기