Answered step by step
Verified Expert Solution
Question
1 Approved Answer
WRITE IN PYTHON AND IN THE GIVEN CODE coderbyte medium Back-end Challenge In the Python file, write a program to perform a GET request on
WRITE IN PYTHON AND IN THE GIVEN CODE
coderbyte medium Back-end Challenge In the Python file, write a program to perform a GET request on the route Time left: Unlimited time https://coderbyte.com/api/challenges/json/age- counting which contains a data key and the value is a string which contains items in the format: key=STRING, age=INTEGER. Your goal is to count how many items exist that have an age equal to or greater than 50, and print this final value. Example Input {"data": "key=IAfpK, age=58, key-WNVdi, age=64, key=jp9zt, age=47"} Example Output 2 1 2 3 Vim Emacs print(len(r.json() ['data'])) & Light import requests import numpy as np import pandas as pd. 4 5 r = requests.get('https://coderbyte.com/api/challenges/json/age-counting') 6 O Reset
Step by Step Solution
★★★★★
3.58 Rating (155 Votes )
There are 3 Steps involved in it
Step: 1
import request url httpscoderbytecomapichallengesjsonagecounting ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started