InterviewBit - brush up skills for coding interview (python)
갑자기 코딩인터뷰를 꼭 파이썬으로 봐야한다고 해서.. 파이썬을 리마인드 할수 있는 몇개의 사이트를 둘러봤다. 가장 먼저 생각나기도 했던, 이 사이트가 좋은것 같다. www.interviewbit.com/invite/hail-29ad Level 1 : Basics of Python Input and Output Easy 6 minutes Variables and Types Easy 6 minutes Arithmetic operators on Numbers Easy 6 minutes Arithmetic operators on Strings Easy 3 minutes Level 2 : Flow Control & Functions Conditions and If-Else Easy 5 minutes Loops a..