- Markdown文档(在线笔记)
http://doc.gsw945.com - 在线工具
http://tool.gsw945.com- 代码格式化
- Base64加/解密
- 在线绘图
http://draw.gsw945.com
- 代码格式化
False | def | if | raise |
---|---|---|---|
None | del | import | return |
True | elif | in | try |
and | else | is | while |
as | except | lambda | with |
assert | finally | nonlocal | yield |
break | for | not | |
class | from | or | |
continue | global | pass |
import keyword
print(keyword.kwlist)
作者:玖亖伍 创建时间:2018-04-14 09:53
更新时间:2023-05-30 10:41
更新时间:2023-05-30 10:41