본문 바로가기

프로그래밍언어

[혼공단] 혼공7기 6주차 프로 기본미션

혼공프로 커리큘럼

[기본미션]

직접 함수 만들고 실행 결과 확인한 인증샷(p.265)

함수(function)란 어떤 기능을 하도록 작성된 작은 프로그램

함수를 사용하지 않는 경우의 코딩 예
함수를 사용한 경우의 코딩 예

def 이름(): 함수 헤더(header)

□□□□함수의 기능을 수행할 명령문1

                                                       → 함수 보디(body)

□□□□함수의 기능을 수행할 명령문2

[선택미션]

Ch.01~06까지 혼공 노트 활용한 내용 공유하기

Ch.01 https://dsshin0110.tistory.com/371

Ch.02 https://dsshin0110.tistory.com/372

Ch.03 https://dsshin0110.tistory.com/373

Ch.04 https://dsshin0110.tistory.com/378

Ch.05 https://dsshin0110.tistory.com/381

Ch.06 https://dsshin0110.tistory.com/382