Create a class called Player and print it's variable level inside the definition.
level
Make sure to pick class followed by Player: and then print, (, level, ).
class
Player:
print
(
)