+ 10
SnoweyPlays ,
there is a sample how to use get in the *python core* tutorial: lesson 54.1, dictionary functions
+ 5
Step 1: Look up how the get() method is used. It is even in the lessons.
Step 2: Implement it in the given code
Step 3: Show your updated code if you then still need help.
+ 3
What do you think?
How does .get() work?