Python--保留字

python中的保留字

  1. and
  2. assert
  3. break
  4. class
  5. continue
  6. def
  7. del
  8. elif
  9. except
  10. exec
  11. finally
  12. for
  13. from
  14. global
  15. if
  16. import
  17. in
  18. is
  19. lambda
  20. not
  21. or
  22. pass
  23. print
  24. raise
  25. return
  26. try
  27. while
  28. with
  29. yiele
  30. list

你可能感兴趣的:(Python--保留字)