


Программирование
+2Помогите пожалуйста, Python, Tkinter
from tkinter import *
root = Tk()
root.geometry("400x400")
background_image = PhotoImage(file="angella.jpg")
background_label = Label(image=background_image)
background_label.place(x=0, y=0, relwidth=1, relheight=1)
root.mainloop()
В чем ошибка? ПЖ
По дате
По рейтингу
Какая ошибка, мля?