# Here is a main program that totals up a list. No function is defined. list=[5,7,9, 12] total=0 i=0 while i