소개
소개글이 비어있어요
게시글
질문&답변
postman userinfo 엔드포인트 질문
Postman 에서 Request Content Type 이 Text 여서 그런게 아닐까요? Application/json 으로 변경해보세요
- 0
- 2
- 24
질문&답변
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
- 284