use Python language 
Exercise 4.1 Inverted triangle Write a program to ask the user to input an integer n. Using FOR loop to finish this question Print an inverted triangle as follows: 01234. n-1 n 012 34… n-1 012 0 1 0 Sample Test Cases: Expected Output Input 0 1 0123 012 0 1 3 Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .