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
Science,
1 month ago
English,
1 month ago
Accountancy,
2 months ago
Computer Science,
2 months ago
Physics,
9 months ago
Math,
9 months ago
Physics,
9 months ago