Giới thiệu sản phẩm
from tkinter import *
from tkinter.ttk import*
window = Tk()
window.title("combo")
window.geometry("1000x1000+100+100")
window.configure(background="white")
combo=Combobox(window, font =('times new roman', 15))
combo['value']= ('han quoc','nhat ban')
combo.current(1)
combo.place(x=0,y=0)
Hình ảnh sản phẩm
Sản phẩm cùng tác giả
Sản phẩm liên quan
Không có sản phẩm nào
Đăng nhập để tham gia bình luận