Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 543 Bytes

python_x_in_y_min.md

File metadata and controls

15 lines (11 loc) · 543 Bytes

Python learn X in Y minutes

파이썬을 가장 빨리 배울 수 있는 방법을 소개합니다. 터미널을 열고 타이핑 해봅시다.

https://learnxinyminutes.com/docs/python/

실습

  • 3줄로 구구단 함수 제작
  • 강의실 모델을 클래스로 제작하기

Reference