withdraw (1) 썸네일형 리스트형 파이썬 python 메세지박스 tkinter 메세지박스 단독 생성 from tkinter import Tk from tkinter import messagebox as msg root = Tk() root.withdraw() msg.showinfo("This is a Title","python gui created using tkinter :\n The year is 2019") 이전 1 다음