摘要: # def my_len(): #自定义函数# i = 0# for k in s:# i += 1# print(i)## length = my_len()# print(length)# 函数# 定义了之后,可以在任何需要它的地方调用# 没有返回长度,只是单纯的打印#返回的重要性#a,b#le 阅读全文
posted @ 2019-05-11 18:51 18软件工程五班陈星星 阅读(153) 评论(0) 推荐(0)