def list_games(self): for index, game in enumerate(self.games): print(f"{index+1}. {game.title}")

SimplePortal 2.3.6 © 2008-2014, SimplePortal