test1 = 100 test2 = 90 test3 = 85 total = test1 + test2 + test3 average = total / 3 print ("Total points:", total) print ("Average score:", average)