Guest User

Untitled

a guest
Dec 18th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. import keyword
  2. for kword in keyword.kwlist:
  3. print(kword)
  4.  
  5. False
  6. None
  7. True
  8. and
  9. as
  10. assert
  11. break
  12. class
  13. continue
  14. def
  15. del
  16. elif
  17. else
  18. except
  19. finally
  20. for
  21. from
  22. global
  23. if
  24. import
  25. in
  26. is
  27. lambda
  28. nonlocal
  29. not
  30. or
  31. pass
  32. raise
  33. return
  34. try
  35. while
  36. with
  37. yield
Add Comment
Please, Sign In to add comment