Python requests package

Hi everyone .having a little trouble with the python requests package
i installed pip3 requests version 2.27.1
when i write requests.get

just copying Mosh code

import requests
response = requests.get(“http://google.com”)
print(response)

this gives an error t that ‘requests’ has no atribute ‘get’
please help