Answer: elimination mission easy points love csgo btw
Explanation:
Answer:
num_guesses = 3 #initialized number of guesses to 3
user_guesses = [] #declared the user_guesses array
guess = 0 #guess variable initialized to 0
print('Enter a number: ') #prompt telling the user to enter a number
while guess < num_guesses: #loop capturing input and storing into array
num = int(input())
user_guesses.append(num)
guess = guess + 1
#end of loop
print(user_guesses) #array outputted to user
Explanation:
The above program captures numbers from the user and stores into an array (user_guesses), the length of the array is determined by the value contained in the num_guesses variable, it prints the combined input as an array.
import random
for x in range(10):
print(random.randint(1,100))
Answer:
The network management requirements before the srvice is provided are as follows:
NMS policies need to be followed that would define what all data's to be collected and in what way.So as to monitor and manage the network,regular network discovery should be made and scanning should be made in order to identify the network connected devices.End of life policy to be followed with track maintanance aggreements.Network Change and Configuration Management configuration changes are to be made.Interface statistics is to be followed and made.Spanning tree protocol changes,router redundancy protocol and broadcase storm detection protocols need to be implemented.
Answer:
Statisticians
Explanation:
Statistics is a science, technology, engineering, and math (STEM) related degree that involves acquiring knowledge through data. A statistician sources data through administering questionnaire, taking polls and carrying out experiments. From the collected data, the statistician makes use of statistical concepts to sift through large data sets, develop data interpretation and deduce relevant information from the data and present meaningful conclusion to the relevant bodies in fields such as education, manufacturing, marketing, government and healthcare.