JavaScript Required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
from tkinter import *
root = Tk()
lab = Label(text="Привет всем!", width=20, bg='black', fg='white')
lab.pack()
root.mainloop()