Answer the question
In order to leave comments, you need to log in
How to write such a condition in Python?
Greetings!
Please tell me how to write a condition, for example, there is such a code:
request = requests.get("https://site.io/api")
request = request.json()
for row in request["result"]:
print(row)
The result of the execution will be the server response: Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question