1 answer:
Answer: Cyber safety is a process that protects computers and networks. The cyber world is a dangerous place without security and protection.
Explanation: Hope this helps!
You might be interested in
UDP = connectionless vs. TCP is connection oriented.
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
Answer:
The error could let people through who really shouldn't be through
It looks like you need to get both numbers from the input. Try doing something like this:
print(int(input()) + int(input()))