에코서버 (1) 썸네일형 리스트형 #파이썬 기초 15일차 계산기 프로세스부터 진행#2일차 계산기 프로세스 부분 진행 # gui 가상환경에서 진행함 .\Scripts\activatefrom tkinter import Tk, Button, Entry, ENDwin = Tk()opers = []nums = []numStr = ''def calc(target): ch = target['text'] global opers, nums, numStr if len(ch) == 1: if ch != 'C' and ch != '%' and ch != 'v': txt.insert(END, ch) if ord(ch) >= 48 and ord(ch) 57: numStr += ch if ch.. 이전 1 다음