Python Print Return kode permintaan

>>> import requests
>>> r = requests.get('http://httpbin.org/status/404')
>>> r.status_code
404
Yucky Yak