PLEASE DO THIS IN PYTHON
#File 2 #For loop lab #Ask the user for a number #Print a triangle using the * symbol #Ifthe user types in 3, the program should print out #* #** #*** #File 3 #Ask the user for a number #Do not let them type in a number outside of the range of 1-10 #Set up a list, ask the user for numbers equal to the amount they typed in #Put those in the list, print the list