【发布时间】:2012-05-21 00:54:12
【问题描述】:
我可以在自己的代码中使用单词type 还是保留它?我的函数头:
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,
):
【问题讨论】:
标签: python python-2.7 reserved-words