123456789101112#!/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