Answer:
hakkuna matata is the radious of a circle
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:
WiFi, Ethernet, Broadband, Dial-up. Any of those.
Explanation:
Network connections are all different. Those listed are some of the many examples of network connections.