[PYTHON-087] 사칙연산을 수행하는 함수 작성
Page info
Writer EduAtoZ - Pytho… Date20-04-21 00:00 Hit62 Comment0Link
-
https://youtu.be/joGbHF8gN4Y 6- Connection
Body
소스파일 다운로드 : https://github.com/Soyoung-Yoon/for_Python/blob/master/func_ex_01.py
# 함수의 형태
# function은 두 개의 positional or keyword parameter 사용
# 두 parameter의 add, sub, mul, floordiv를 반환
# 두 개의 정수를 입력 받는다
# 두 개의 정수를 argument로 사용한다
# 화면에 반환 받은 4개의 값을 예시와 같이 출력한다
# 17
# 4
# 21 13 68 4
Comment List
There are no registered comments.