We'll also create a User instance. This time we'll pass in two parameters, "User" and 1 to be the name and level of the player.
User
"User"
1
Make sure to type user = User("User", 1).
user = User("User", 1)