Answer:
Explanation:
#Using python to create the list
#first we create an empty list to store our numbers.
import math
data = []
x = 0
InputSum = 0
NumInput=int(input("how many number do you want to add"))
while x <=(NumInput):
Input=int(input("Enter the numbers here"))
data.append(Input)
x = x+1
InputSum = InputSum + Input #this is to add the numbers entered
print("The number you entered are ")
print(*data) #this print the numbers entered
print("The sum of the numbers is", InputSum)
A local server means that you have a server setup on your current machine. A remote server is ran on a different machine
Hub , switch port , transmission media , hope I helped
The answer is Screen Readers.
Answer:
Don’t know lol but look it up on g00gle and she will have the answr
Explanation: