Giới thiệu sản phẩm

 
from tkinter import*
window = Tk()
window.title("profile")
window.geometry("1000x1000+100+100")
window.configure(background="white")
text = Label(window, text="Tên: Nguyễn Bảo Nam", fg="white", bg="blue",width=20 ,font=("time 22 bold"))
text.pack()
text = Label(window, text="Tuổi: 14", fg="black", bg="yellow",width=20 ,font=("time 22 bold"))
text.pack()
text = Label(window, text="Sở thích: chơi game", fg="white", bg="red",width=20 ,font=("time 22 bold"))
text.pack()
window.mainloop() 
Hình ảnh sản phẩm
Hãy bình luận để nhặt 100 thóc nhé

Đăng nhập để tham gia bình luận

Thông tin tác giả

Địa vị cộng đồng: Nông dân

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

Bạn muốn thử làm game không?