2. Using a for range loop, write a program that prints the numbers 5-20. code example Example: python range from n to 0 range(N, -1, -1) is better