I\'m new to python (PYTHON 3.4.2) and I\'m trying to make a program that adds and divides to find the average or the mean of a user\'s input, but I can\'t figure out how to
input will give you string, and you are trying to concat string with int.