Yurttas/PL/SL/python/F/06/01/index page

From ZCubes Wiki
Jump to navigation Jump to search
python programming language fundamentals
2. python language fundamentals

rules and conventions for python statements :

  • # - comment [ documentation ] delimeter
  • \ - continuation [ hypen fro next line ]
  •  ; - multiple statements separator
  •  : - separator for headaer from suite
  • suites are indented [lined with the same measure] blocks
  • header with suit is clause
  • for, print
  • if
  • while
  • else in loops
  • continue
  • pass
  • assert
  • raise and try-except

python overview << | >> subroutines