摘要: 基本数据类型 Number(数字)int float bool complex String(字符串)"" List(列表)[] Tuple(元组)() 输入时可以没有括号,如tuple=1,2,3 但是一般会带括号,用于复杂表达式 Set(集合)不用键值对的方式则为集合,可以通过set方法设置,构 阅读全文
posted @ 2020-10-10 10:17 王渝钦 阅读(84) 评论(0) 推荐(0)