reserved-words

Is it safe to use the python word "type" in my code?

Is it safe to use the python word "type" in my code? Question: Can I use the word type in my own code or is it reserved? My function header: def get( self, region=’Delhi’, city=’Delhi’, category=’Apartments’, type=’For sale’, limit=60, PAGESIZE=5, year=2012, month=1, day=1, next_page=None, threetapspage=0, ): Asked By: Niklas Rosencrantz || Source Answers: Neither. It’s …

Total answers: 6