打印 Python 的关键字
This commit is contained in:
parent
3332910f62
commit
a600e1f453
7
tests/Keywords.py
Normal file
7
tests/Keywords.py
Normal file
@ -0,0 +1,7 @@
|
||||
# Print Python keyword List.
|
||||
# Author - https://www.ossez.com
|
||||
|
||||
import keyword
|
||||
|
||||
print(keyword.kwlist)
|
||||
print(len(keyword.kwlist))
|
Loading…
x
Reference in New Issue
Block a user