Use the square brackets notation to access the "squats" key in the routine dictionary, and then update it to 50.
"squats"
routine
50
Make sure to type routine["squats"] = 50.
routine["squats"] = 50