Place the code in the correct methods so that Smartphone's unlock() method prints Enter thumbprint.
Smartphone
unlock()
Enter thumbprint
Make sure to pick print followed by ( and then "Enter thumbprint", ).
print
(
"Enter thumbprint"
)