Guest User

Untitled

a guest
Feb 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. class newWorld():
  2. windowName="freesby"
  3.  
  4. worldEditor = Tk()
  5.  
  6. worldEditor.title(windowName)
  7. worldEditor.mainloop()
  8.  
  9. world=newWorld()
  10. world.windowName="opus"
Add Comment
Please, Sign In to add comment