def stop(self): objects.destroy_all() del userspace.space['left_wall'] del userspace.space['right_wall'] del userspace.space['top_wall'] del userspace.space['paddle_speed']
def stop(self): objects.destroy_all() pass
def stop(self): objects.destroy_all() userspace.space['output'] = userspace.output #restore output() if not self.won: shared.gui.help_page.clear_text()