摘要: 一 为何要用函数之不用函数的问题 二 函数是什么 三 函数分类 四 定义函数 1 如何自定义函数? def auth(user:str,password:str)->int: ''' auth function :param user: 用户名 :param password: 密码 :return 阅读全文
posted @ 2018-01-03 20:43 泽翰 阅读(356) 评论(0) 推荐(0)