jeeyeonLIM / coding_test

Let's practice the coding test!
1 stars 0 forks source link

[Python] 함수 총정리 #9

Open jeeyeonLIM opened 4 years ago

jeeyeonLIM commented 4 years ago

최종적으로 자주 사용하는 코드 정리

봐볼거

jeeyeonLIM commented 4 years ago

BASE

jeeyeonLIM commented 4 years ago

Python 튜토리얼

Python 문자열

Python 리스트

jeeyeonLIM commented 4 years ago

그냥 연습 간단한거..

jeeyeonLIM commented 3 years ago

List Comprehension 정리

[출력표현식 for 요소 in 입력Sequence [if 조건식]]