더북(TheBook)
import math_operations

print(math_operations.add(5, 3))
print(math_operations.subtract(5, 3))
print(math_operations.multiply(5, 3))
print(math_operations.divide(5, 3))
8
2
15
1.6666666666666667

이 예제에서는 import 문을 사용하여 math_operations 모듈을 임포트합니다. 그런 다음 클래스에서 메서드를 실행하듯이 math_operations 모듈 안의 함수에 액세스할 수 있습니다.

신간 소식 구독하기
뉴스레터에 가입하시고 이메일로 신간 소식을 받아 보세요.