-
Notifications
You must be signed in to change notification settings - Fork 456
Open
Description
In the book at p.220, "Fortune Cookie" API doesn't work.
Please check!
http://www.iheartquotes.com/api/v1/random
>>> import urllib.request as ur
>>> url = 'http://www.iheartquotes.com/api/v1/random'
>>> conn = ur.urlopen(url)
>>> print(conn)
<http.client.HTTPResponse object at 0x1006fad50>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels