♣ Due Date: Friday March 10, 2023 1:00 PM. This homework aims at giving you some experience with branches and looping in Python.
Branches
Looping
- The while-loop implementation of for-loop.
- Modifying the index of a for-loop.
- Impact of machine precision on numerical computation.
- Impact of round-off errors on numerical computations.
- Computing the Fibonacci sequence via for-loop (only Python section).
- String concatenation using for-loop (only Python section).