JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
Мастер-классы
Мастер-классы
More
Share
Explore
Python
Работа с картинками в Tkinter
from tkinter import *
root = Tk()
lab = Label(text="Привет всем!", width=20, bg='black', fg='white')
lab.pack()
root.mainloop()
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.