분류 전체보기 (131) 썸네일형 리스트형 [20] Python - Unpacking 코드 실행화면 [19] Python - Tuple 코드 실행화면 tuple is immutable -> 요소 변경 불가 numbers[1] = 1 -> 오류 [18] Python - List 중복 요소 제거 코드 실행화면 * in / not in 사용 [17] Python - List Methods 코드 실행화면 * numbers2 = numbers.copy() 는 독립적 * numbers2 = numbers 는 종속적 [16] Python - 2D Lists 코드 실행화면 [15] Python - Lists 코드 실행화면 names[1:3] -> 인덱스 3 전까지 출력 names[2:-1] -> 인데스 –1 전까지 출력 헷갈림 주의 [14] Python - Nested Loops 코드 실행화면 [13] Python - For Loops 코드 실행화면 [12] Python - Car game 코드 실행화면 boolean 변수 사용 생각 할 것 [11] Python - Guessing Game 코드 실행화면 1 실행화면 2 변수이름 -> refactor -> 코드 내 모든 변수이름 변경가능 while 문에 else 사용가능 이전 1 ··· 5 6 7 8 9 10 11 ··· 14 다음