generate functionSat, 12 Nov 2022

Open a fullscreen window that has the text "butts" written in the center. Wait for 30 seconds, then close the window.

import time def butts(self): print("butts") time.sleep(30) self.destroy() butts(self)

Questions about programming?Chat with your personal AI assistant