Computer Science, asked by hydraayaan33, 1 month ago

Write a program to accept three numbers into a list from the user and print their sum.​ easy to he no fake ans

Answers

Answered by aroush93
0

Answer:

mark brainliest

Explanation:

number1 = int(input('Enter the first number:'))

number2 = int(input('Enter the second number:'))

number3 = int(input('Enter the third number:'))

print('The total of the three numbers is:',number1+number2+number3)

Answered by parul4747
0

Answer:

study channel

hope it helps to you

subscribe to my channel

Similar questions