The result of MINUS operator will be 10 - 2 = 8 records (number of records in CUSTOMER - number of common records).
You're probably looking for DHCP (Dynamic Host Configuration Protocol).
Answer:
I think, Every year, thousands of people die as a result of workplace injuries.
import random
i = 1
while i <= 100:
print("#"+str(i)+": "+str(random.randint(1,100)), end=", ")
i+=1
print()
i = 1
while i <= 100:
print("#"+str(i)+": "+str(random.uniform(1,100)), end=", ")
i += 1
I hope this helps!