Kizspy Question: 39
(Choose 1 answer)
Consider the following code snippet:
response = requests.get("
https://api.example.com/data")
print(response.status_code)
what will be the most likely printed code on the screen if the server got internal error?
A. 500
B. 200
C. 300
D. 400