#python #anaconda #jupyter-notebook #visual-code #html #css #javascript #http 제목기말고사 기출문제 질문드립니다.2024-12-10 09:32작성자수강생22년도 1학기 기출문제입니다.두개 모두 위의 것이 모범답안인데 아래의 코드처럼 작성해도 되는건가요?#1def registNewCustomer(self,id,name): if self.db.get(id)==None: temp={} self.db[id]=name temp[id]=name return temp else: -1 def registNewCustomer(self, customerID, customerName): if customerID in self.db: return -1 self.db[customerID] = customerName return {customerID: customerName} #2def getCustomerNumber(self,id): if self.db.get(id) != None: temp={} temp[id]=self.db[name] return temp else: -1 def getCustomerNameByID(self, id): if id in self.db: return {id: self.db[id]} else: return -1 목록수정삭제답변글쓰기 댓글 [1] 댓글작성자(*)비밀번호(*)내용(*) 댓글 등록 더보기이전시험 때 코랩 사용되나요?dddd2024-12-14다음텀 프로젝트 관련k2024-12-07 Powered by MangBoard | 워드프레스 쇼핑몰 망보드