No one uses dict like that. Can you point to anything like this in any library? At least 2 examples.
Also, why dict.get
? Why not try-except
statement?
No one uses dict like that. Can you point to anything like this in any library? At least 2 examples.
Also, why dict.get
? Why not try-except
statement?