Answer:
import random
def simulate_observations():
#this generates an array of 7 numbers
#between 0 and 99 and returns the array
observations = random.sample(range(0, 100), 7)
return observations
#here,we call the function created above and print it
test_array = simulate_observations()
print(str(test_array))
Hard question thx for the points give me brainlest points plz
No, that is not true; <span>a factory-formatted hard disk does not split into a fixed number of
files.
A hard drive is a data storage device (HDD) which is used to store or retrieve
information using platters coated with magnetic materials.</span>