Python
[Python] 모각코 _ 13일차
보라해바라기
2022. 2. 23. 10:26
SMALL
https://codemate.kr/@jgh0711/파이썬-13일차-계산기-만들기
[파이썬 13일차] 계산기 만들기 by jgh0711 | 코드메이트
class Calculator: def __init__(self, first, second): self.first = first self.second = second def add(self): result =
codemate.kr
728x90