问题 i am new to python as a matter of fact, this is my first python project. I am using ebaysdk to search for electronics on ebay and i want it to return multiple results because my app is for comparing prices but it returns only one result. Someone please help me to make the code return multiple results. Here is my code snippet. @app.route('/ebay_page_post', methods=['GET', 'POST']) def ebay_page_post(): if request.method == 'POST': #Get json format of the text sent by Ajax search = request.json