Lecture 4 Python Self Notes
Lecture 4 Python Self Notes
Range function
The else block just after for/while is executed only when the loop is NOT
terminated by a break statement.
For -- else
Nested loop
Example:
• Write a python
program that
prints the
following shape:
Example: