Merhaba. Python Request Modülünü kullanarak cookie bilgilerini çekip, json formatına dönüştürmek istiyorum. Fakat ne yaptıysam hata aldım.

import requests

url = 'https://www.google.com/'

response = requests.get(url)

print(response.text)