🖤인프런만의 100% 블프 이벤트🖤
🎁100% 환급+할인+당첨 가능한 인프런 블프 구경오세요!
141만명의 커뮤니티!! 함께 토론해봐요.
calculator.py 라는 파일을 만들었는데 오류가 나네요. 왜 이러는 거죠? 오류문-> line 156, in bc_0 txt.insert("0") TypeError: insert() missing 1 required positional argument: 'string' Exception in Tkinter callback 코드-> def bc_0(): num_lst.append(0) txt.config(state="normal") txt.insert(0) txt.config(state="readonly")