what is the sum of 11111 + 22222 + 33333 + 44444
Answers
Answered by
0
Answer:
111, 110
don't ask silly question
Answered by
2
The sum of these numbers can be calculated in python by using this script:
num1 = 11111
num2 = 22222
num3 = 33333
num4 = 44444
sum_num = num1 + num2 + num3 +num4
print("The sum of the numbers 11111, 22222, 33333, 44444 is {sum_num}")
Please Mark Brainliest
Similar questions