Получить тело от запроса python

r = requests.get("http://www.google.com")
print(r.content)
Shirshak kandel