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
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
0
Answer:
study channel
hope it helps to you
subscribe to my channel
Similar questions
Math,
1 month ago
Chemistry,
1 month ago
Accountancy,
4 months ago
Computer Science,
4 months ago
Physics,
10 months ago
Math,
10 months ago
Physics,
10 months ago