摘要:
def print_lol(the_list): for each_item in the_list: if isinstance(each_item,list): print_lol(each_item) else: print(each_item)movies=["the boy","the life of Brain",["we",["sers"],"Byes"]]movies.append("python");movies.insert(1,"yyy&quo 阅读全文
posted @ 2013-03-04 14:30
ilxx1988
阅读(354)
评论(0)
推荐(0)
浙公网安备 33010602011771号