혹시 day del(으)로 찾으셨나요?
블로그
- 프로그래머스 개인정보 수집 유효기간 파이썬 def solution(today, terms, privacies): def to_date(date_str): year, month, day = map(int, date_str.split 가정 if day > 28: day = 28 return [year, month, day] def is_expired(expire.......
- 파이썬 클래스 만들기 class HousePark(): lastname = "park" def __init__(self,name): self.fullname = self.lastname +name def )) class HouseKim(HousePark): lastname = "kim" def travel(self, where, day): p.......