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 (see below for example). You should use at max 2 print statements.
print(‘*’)
print(‘**’)
etc.
IS NOT THE CORRECT ANSWER. use simple code this is for python