For a school project we have to write a mini game. I got stuck when I tried to create new variables in a loop. I wrote a code where the user has to give the number of the players, and the Idea was to create new variables in a loop for each player. My question would be 1st : Is it even possible? 2nd : I want to store more information in a variable ( weapon, vest etc...) , so should I prefer using dictionary?