I'm trying to set my address to None by geopy returns a value for latitude and longitude.
from geopy.geocoders import Nominatim
geolocator = Nominatim()
addr = None
location = geolocator.geocode(addr)
print location.latitude, location.longitude
Result
44.933143 7.540121