00001 ## 00002 # \~english 00003 # Add one to the parameter.Used as map function parameter. 00004 # @return item+1 00005 def add(item): 00006 return item+1