Guest User

Untitled

a guest
Jan 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. def beginDefault(self):
  2. initialTime = time.time()
  3. print("Hello World!")
  4.  
  5. defaultButton = Button(createIntervalFrame, text="Default", command=self.beginDefault and createIntervalFrame.destroy)
  6.  
  7. root = Tk() # creating a blank window
  8. interactive = WellRested(root) # Creates a Well Rested object
Add Comment
Please, Sign In to add comment