Add a print statement to the call method that prints the class's first and last variables.
call
first
last
Make sure to pick self followed by . and then first, ,, last.
self
.
,