KEYWORDS IN PYTHON

GOCOURSE

    


Keywords

  • A  keyword is an identifier which has some Pre-defined meaning in python.
  • Keyword cannot be re-defined.

The Following Are Python Keywords:

  1. And
  2. as
  3. assert
  4. break
  5. class
  6. continue
  7. def
  8. del
  9. elif
  10. else
  11. except
  12. finally
  13. for
  14. from
  15. if
  16. import
  17. global
  18. in
  19. is
  20. not
  21. or
  22. pass
  23. raise
  24. return
  25. try
  26. while
  27. with
  28. yield
  29. false
  30. none
  31. true



More topic in Python

Our website uses cookies to enhance your experience. Learn More
Accept !

GocourseAI

close
send