摘要: #len# s = '金老板小护士'# len(s)# def my_len(): #自定义函数# i = 0# for k in s:# i += 1# print(i)## length = my_len()# print(length)# 函数# 定义了之后,可以在任何需要它的地方调用# 没有 阅读全文
posted @ 2017-12-26 18:59 知行-合一 阅读(176) 评论(0) 推荐(0) 编辑