top of page
Writer's pictureAnwar Erwan

Python Language

Updated: Mar 31, 2024

Bacic Python Commands


The list below are reserved words that you are NOT allowed to use as constant or variable :-

  1. and

  2. exec

  3. not

  4. assert

  5. finally

  6. or

  7. break

  8. for

  9. pass

  10. class

  11. from

  12. print

  13. continue

  14. global

  15. raise

  16. def

  17. if

  18. return

  19. del

  20. import

  21. try

  22. elif

  23. in

  24. while

  25. else

  26. is

  27. with

  28. except

  29. lambda

  30. yield



7 views0 comments

コメント


bottom of page