Python
[Python] 모각코 _ 14일차
보라해바라기
2022. 2. 24. 13:07
SMALL
https://codemate.kr/@jgh0711/파이썬-14일차-클래스-생성하기
[파이썬 14일차] 클래스 생성하기 by jgh0711 | 코드메이트
class Calculator(): def __init__(self, first, second): self.first = first self.second = second def add(self): result
codemate.kr
728x90