scrimba
IN1000 - Uke #3
Untitled Scrim
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Untitled Scrim
AboutCommentsNotes
Untitled Scrim
Expand for more info
index.py
run
preview
console
import requests

# Making a get request
response = requests.get('https://api.chucknorris.io/jokes/random')

data = response.json()

print(data["value"])

Console
"using indexedDB for stdlib modules cache"
,
"Traceback (most recent call last): AttributeError: 'module' object has no attribute 'get'"
,
!
Error: Unknown error
,
/index.html
LIVE