kyoungseopark
@kyoungseopark
レビュー投稿数
-
平均評価
-
投稿
Q&A
postman userinfo 엔드포인트 질문
Postman 에서 Request Content Type 이 Text 여서 그런게 아닐까요? Application/json 으로 변경해보세요
- いいね数
- 0
- コメント数
- 2
- 閲覧数
- 124
Q&A
3개 이상의 연산인경우 프로세스가 궁금합니다.
def __add__(self, other): return Fruit('{} + {}'.format(self._name, other._name) ,self._price + other._price) print('total price : {}'.format((s1 + s2 + s3)._price))
- いいね数
- 0
- コメント数
- 3
- 閲覧数
- 384




