Go to a blank cell and type
=AVERAGE(A1:A10) then <ENTER>
As if by magic, the average of those cells
will appear where you typed the formula.
Answer:
Groove
Explanation:
There is not much to explain
This is for Python
number = int(input('Number: '))
number = number * 12
print(number)