Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 242 Bytes

File metadata and controls

7 lines (5 loc) · 242 Bytes

python_examples

factorial.py

Simple factorial calculation. Uses logging framework and try/except blocks and function

for_loop_custom_range.py

Example of using a generator function in a for loop to specify the values to iterate over