num1 = int(input( "Enter a number")) num2 = int(input( "Enter another number")) num3 = int(input( "Enter another number")) num4 = int(input( "Enter another number")) num5 = int(input( "Enter another number")) num6 = int(input( "Enter another number")) print( "Total:", num1 + num2 + num3 + num4 + num5 + num6 ) total = num1 + num2 + num3 + num4 + num5 + num6 print( "Average:", total / 6) print( "Good luck you can put another number in if you want")