0
I not understand with .get dictionary
please help me to understand
1 Answer
+ 2
The get method is pretty much the same as the call mydict[key], but you can provide a default argument in case key is not in the dictionary. Example code:
https://code.sololearn.com/cpqf2uwY5XzV