Programming Assignment: Assignment 2: Batch Data Processing from an API
Failed test case: Response output after Exercise 03 should be in JSON format. Error: Expecting value: line 1 column 1 (char 0).
Expected:
Valid JSON format,
but got:
e[0;31m---------------------------------------------------------------------------e[0m
e[0;31mNameErrore[0m Traceback (most recent call last)
Cell e[0;32mIn[97], line 1e[0m
e[0;32m----> 1e[0m responses_with_next[e[39m0e[39m]
e[0;31mNameErrore[0m: name ‘responses_with_next’ is not defined.