Type the correct answer in the box. Spell all words correctly.
2 answers:
Answer:
Kenny should consider cloud storage.
Store the pictures on the Cloud
You might be interested in
Answer:
ryuwtyyfdzhufyi6rfjiryj
The answer would be B, for your computer is considered a client instead of server.
Answer:
1.)
import math
def min_max(lst):
minimum = math.inf
maximum = -math.inf
for x in lst:
if minimum > x:
minimum = x
elif maximum < x:
maximum = x
return minimum, maximum
2.)
def deltaGrade(lst):
sm = 0 #sm is sum
for x in lst:
sm += x
mean = sm/len(lst)
deltaG = 75 - mean
return deltaG