Calculate the arithmetic mean of integer numbers and output it. You will receive the integers on separate lines. The numeric sequence ends with a period ., so stop reading the input on it.
Don't round your result before outputting it.
The input will always have at least one number.
Remember that the
input() function returns strings and you need to work with integers.