Guest User

Untitled

a guest
Nov 22nd, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. def show():
  2. pass
  3. wn=Tk()
  4. wn.config(bg="#FFDAB9")
  5. wn.geometry("600x600")
  6. menubar=Menu()
  7. wn.config(menu=menubar)
Add Comment
Please, Sign In to add comment