Due Date: Friday March 10, 2023 1:00 PM. This homework aims at giving you some experience with branches and looping in Python.

Branches

  1. Single-line Python input and string manipulation (only part B).

Looping

  1. The while-loop implementation of for-loop.
  2. Modifying the index of a for-loop.
  3. Impact of machine precision on numerical computation.
  4. Impact of round-off errors on numerical computations.
  5. Computing the Fibonacci sequence via for-loop (only Python section).
  6. String concatenation using for-loop (only Python section).

Comments