- 1
Help solve to get the sum of all d numbers in N
4 ответов
+ 1
Joseph Oyelami
What is "a" and "b" here and why this line if you are taking user input
N = range(a,b)
0
what are we solving exactly?
0
The sum of all d numbers in N
0
the sum? you can use eval,
print(eval(input()))