Skip to content

Commit a4232af

Browse files
Add keyword
you can see all the keywords in python by this library
1 parent 25a9747 commit a4232af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_keyword.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import keyword
2+
3+
print(keyword.kwlist)

0 commit comments

Comments
 (0)