Tkinter Cant remove image lines

前端 未结 0 1600
北恋
北恋 2020-11-27 18:18

this is the code:

from tkinter import *
from PIL import ImageTk, Image

root = Tk()
root.configure(background = \'red\')
root.geometry("400x480")
im         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题