request. GET will hold a dictionary and the . get(‘page’, 1) is the call on that dictionary to retrieve the value from that dictionary with key ‘page’ . If key ‘page’ does not exist, return 1 instead.
request. GET will hold a dictionary and the . get(‘page’, 1) is the call on that dictionary to retrieve the value from that dictionary with key ‘page’ . If key ‘page’ does not exist, return 1 instead.