from tkinter import *. root = Tk(). root.title('Codemy.com'). root.iconbitmap('c:/gui/codemy.ico'). root.geometry("400x600"). # Create frame and scrollbar.
確定! 回上一頁