Write a program that prints the following pattern. You must use a loop to do this and you may not output the pattern manually using print statements. You should use at max 2 print statements. write the code for python

Write a program that prints the following pattern You must use a loop to do this and you may not output the pattern manually using print statements You should u class=