Yurttas/PL/SL/python/F/06/01/index page
| 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