Answer:
first the class declaration (the bit with class player)
then the object creation (myPlayer = player())
then assigning a value to a property (myPlayer.life=4)
Explanation:
You have to declare the class before you can use it.
You have to create an object before you can access its members.
Unclear why in the exercise second and first are swapped...?
Answer:
To change ur grade make sure to do it on the website first by right clicking your mouse and clicking inspect element and once done changing x out and it will save
Explanation:
The cursor should move right but if not give me more information to correct my statement