摘要: 暂无 阅读全文
posted @ 2022-03-14 14:08 平安里 阅读(7) 评论(0) 推荐(0) 编辑
摘要: len():求序列长度 +:连接两个序列 *:重复序列元素 in:判断元素是否存在于序列中 max():返回最大值 min(): 返回最小值 1."+"连接序列 2.判断元素是否存在序列中 3.最值和比较 字符串中的字符也分大小,在英文字母中,所有的字母都有一个排序,我们称之为字典排序。 在计算机中 阅读全文
posted @ 2022-03-14 13:58 平安里 阅读(25) 评论(0) 推荐(0) 编辑
摘要: #!/root/.envs/env3/bin/python3# coding=utf-8name = input("What is your name?")age = input("What is your age?") print("Your name is:",name)print("Your 阅读全文
posted @ 2022-03-14 10:27 平安里 阅读(77) 评论(0) 推荐(0) 编辑