Sobes.tech
Middle

#Se oferă un URL #[link] #Trebuie să obțineți o listă cu numele tuturor utilizatorilor din răspuns import requests url = "[link]" def test response = requests.get(url) print(response.json()) nume = [utilizator['name'] for utilizator in response.json()] print(nume)