gorskaja2019

Untitled

Apr 20th, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. from tkinter import*
  2.  
  3. root = Tk()
  4. c = Canvas(width = 400, height = 200, bg = 'yellow')
  5. c.pack()
  6. c.create_text(0, 0, font = 'Verdana 18', fill = 'green', text = 'Счет:')
  7. root.mainloop()
Advertisement
Add Comment
Please, Sign In to add comment