Answer:A conversation between co-workers
Explanation:
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)
#1 is D #2 is B #3 is A #4 is D #5 is B
He should've paid more attention to his friends teasing him. It was an honest mistake and easy to do, we're all human.