2016年5月16日

Python发布

摘要: 把新建的以下模块(nester.py)共享,需要准备一个发布。 def print_lol(the_list): """The file name is nester.py. print each_item for list""" for each_item in the_list: if isinstance(each_item,lis... 阅读全文

posted @ 2016-05-16 00:59 阿飞呀 阅读(186) 评论(1) 推荐(0)

导航