This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by van
over 10 years

No out put to result screen

Hi, Although the code which I was instructed to type was approved by SAVE & SUBMIT CODE, there were no output to the result screen for the response.

import Request response = Request.get(“http://placekitten.com/“)

print response.headers

Answer 535f2fc89c4e9df93e000e91

0 votes

Permalink

Check my code.

import requests

kittens=requests.get('http://placekitten.com')


print kittens.text[559:1000]
points
Submitted by buu thong tran
almost 10 years