Mysql(二)
select * from students where id<5; …
select * from students where id<5; …
注意事项: 不严格区分大小写,默…
Linux命令 exit()回车,退出 ctrl +D 退出…
大写取反\D表示不要数字 import re…
打开/关闭 文件 f = open(file_path,̵…
装饰器: 本质是函数,能够实现在不修…
魔法方法需要特定的条件去触发 有next是迭…
try: a 10/0 exception Nameerro…
匿名函数 filiter(lambda x: x>10,li) …
字符串拼接: 1、使用+ str1+str2+str3 2…