2018年2月11日

函数《潭州学院(心蓝)》

摘要: 1 def print_twice(arg): 2 """ 3 打印两次 4 :param arg: 5 :return: 6 """ 7 print(arg) 8 print(arg) 9 return arg 10 11 res = print_twice('hello word') 12 print(res... 阅读全文

posted @ 2018-02-11 23:06 新手爱好者 阅读(217) 评论(0) 推荐(0) 编辑

导航