Redefine文章加密测试
//文章描述
Python Relearing-Function/lambda/re
Python中的函数、匿名函数和正则表达式//文章描述
Python Relearning-List/Tuple/Dict/Set
列表
list.append()
del list[3]
列表嵌套a=[[1,2],3]
遍历多个序列(zip())函数12345678questions = ['name', 'quest', 'favorite color']answers = ['lancelot', 'the holy grail& ...
Python Relearning-String
琐碎的语法
运算符
//向下取整,靠近负无穷
海象运算符(a:=3)>2,先赋值再操作,不能单独作为赋值语句。
位运算符
&按位与
|按位或
^按位异或
~按位取反
<<、>>左移、右移
逻辑运算符
and 布尔与
or布尔或
not布尔非
成员运算符
in 和not in
身份运算符
is和not is
is 用于判断两个变 ...






