Advertisement
here2share

# list_keywords.py

Feb 15th, 2016
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. # list_keywords.py
  2.  
  3. import keyword
  4. for kw in keyword.kwlist: print kw
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement