\'\'\'
number_of_players = int(input(\'how many players?:\')) for i in range(number_of_players): "player{}".format(i) = {} print(i)