while True: print("1. Attend class") print("2. Interact with student") print("3. Manage sleep schedule") choice = input("> ") if choice == "1": player.attend_class("lecture") elif choice == "2": player.interact_with_student("Jane") elif choice == "3": player.manage_sleep_schedule()
def manage_sleep_schedule(self): # Simulate managing sleep schedule pass University of Problems [v1.1.0 Basic]
def add_player(self, player): self.players.append(player) while True: print("1