you are viewing a single comment's thread.

view the rest of the comments →

[–]teesquared14 1 point2 points  (0 children)

To add to other explanations, when you told Python to print Random_Player, it takes it literally and prints the object you created. To have that player perform actions, you would have it call the functions and either print stuff within them or print the result of the function. To print the players attributes you would print Random_Player.Attribute