I am thinking of games like top eleven, which is an online football management game, and all players have random names, and you can see the opponents players and everything. I was wondering if there was a way of naming an object after a user input or a random.choice for example. Otherwhise, what is the system they would most likely be using? Here is what I tried, which of course returned an error "name Dude is not defined"...
P-S: I don't mean a totally random name of course, just a randomly selected first and last name for example...
whatever ='hello world'
obj = 'Dude'
obj = Objects()
print(Dude.whatever)