Search results

  1. N

    How to conditionally select first entry from one of two dictionaries?

    Noob here. I'm making two HTTP requests and saving the results to variables. Both requests return a JSON array of objects, which I then parse, resulting in two separate dictionary variables. So something like this: first_dict = { 0: { important_key: 3333 }, ... } second_dict = { 0...
Top