code in python please.
Quiz 8 (Take-home) Due in class on 11/25. 1. Use a for loop to display the numbers 1.0,0.5, 0.33333, 0.25, 0.01 (These are the numbers 1/1, 1/2, 1/3,…) 2. Use a while loop to display the same numbers. X Show transcribed image text Quiz 8 (Take-home) Due in class on 11/25. 1. Use a for loop to display the numbers 1.0,0.5, 0.33333, 0.25, 0.01 (These are the numbers 1/1, 1/2, 1/3,…) 2. Use a while loop to display the same numbers. X
Expert Answer
Answer to Quiz 8 (Take-home) Due in class on 11/25. 1. Use a for loop to display the numbers 1.0,0.5, 0.33333, 0.25, 0.01 (These a…