.. include:: .. ot-exercise:: c.introduction.exercise_fahrenheit_for :dependencies: c.introduction.for_loop Exercise: Fahrenheit Table Using ``for`` ======================================== Compute a temperature table as in :doc:`../040-exercise-fahrenheit-float/topic`, but use a for loop. #. Ascending as in :doc:`../040-exercise-fahrenheit-float/topic` #. Modify the program to print the table in reverse order