I would like to get a number from the user lets say 3.
Now i want to create objects with the name 'user1 = User() , user2 = User(), user3 = User()'
is that possible at all?
or is there an alternative?
I would like to get a number from the user lets say 3.
Now i want to create objects with the name 'user1 = User() , user2 = User(), user3 = User()'
is that possible at all?
or is there an alternative?