Answer:
C is the correct answer to your question
Whenever the VM does not need to be access at a known address by other network nodes.
Answer:
it means that you need to charge it or change the batteries depending on what kind you have
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!