program must use a loop. After you complete this program, write a second program named pyramid_area2.py that performs the same calculation - but this time without a loop (hint: arithmetic progression). Your programs may NOT use lists, tuples, or dictionaries.