Don’t know what the answer is but do you, I have the test for that today
human center because we describe stuff by what we see and obserevs
<span>make periodic adjustments on an as-needed basis. </span>
As many as it takes of course ;)
Answer:
numbers = []
for i in range(3):
numbers.append(eval(input("Enter number: ")))
print('Sum is:', sum(numbers))
Explanation:
You want to use a loop to prevent repeating your code.