# Homework 09, problem 2. # Print exactly: Keiko has 95 HP at level 7 (build it with an f-string) name = "Keiko" hp = 95 level = 7 # TODO: write the print call here