Answer:
Explanation:
try numpy:
import numpy as np
print(np.average([3, 4, 8]))
output:
5.0
August 10, 1932 in Billund, Denmark
Answer:
Tell her to hold the Shift key as she hits Enter.
A small hard drive typically has only one platter, but each side of it has a magnetic coating. Bigger drives have a series of platters stacked on a central spindle, with a small gap in between them. The platters rotate at up to 10,000 revolutions per minute so the read-write heads can access any part of them.
n where n is the number of chances user takes to enter a blank number and n>=1.
<u>Explanation:</u>
The loop starts with a universal condition where it is initialized using a true value. Hence the iteration count goes to 1. The user is asked to enter a number after 1st iteration. If number is a blank number, the loop is terminated, else the loop goes on until the users enters a blank number. Hence the iterations depend on the number of chances taken by the user to enter a blank number. Since the user is going to enter a number at least once, the minimum value of n will be 1.