1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python3
# This program should accept 10 integers through standard input
# Assume all input will be integers
# Print out the total of all the input.
# Print out the average of all the input.
# Your output should be format as follows
# Total: 100
# Average: 10
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX