跟血关键字显示函数

This commit is contained in:
YuCheng Hu 2021-03-10 16:04:12 -05:00
parent 24a05cbb43
commit ea0f1cda56
No known key found for this signature in database
GPG Key ID: 1E5CBEF8B550FB7D
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# Author - https://www.ossez.com
import keyword
import json
print(keyword.kwlist)
print(len(keyword.kwlist))