I am new to Python.
我是Python的新手。
I'm processing a json response where I will act on the "user_id" key of each result. Some results don't have a "user_id" key, so I must check that they do, before I act, or move on to the next result. The problem I'm having is that there are other keys that have 'user_id' as part of their name.I'm proces