Exercises / tools
Simulate a 429 then succeed
weather() rate-limits the 4th call. RATE_LIMIT=3. Call it 5 times and print error codes or temp.
Live Pythonpython
Output
Run to execute this in your browser. Nothing is sent to a server.
Exercises / tools
weather() rate-limits the 4th call. RATE_LIMIT=3. Call it 5 times and print error codes or temp.
Run to execute this in your browser. Nothing is sent to a server.