Stderr is 2. stdin is 0, stdout is 1.
I think the answer for 1 is c but I am not sure
Answer:
To loop through a set of code a specified number of times, we can use the range() function, The range() function returns a sequence of numbers, starting from 0 by default, and increments by 1 (by default), and ends at a specified number.
Explanation:
hope this helps