Indexable get method. [1,2,3].get(4) # None

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?