Help solve to get the sum of all d numbers in N | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Help solve to get the sum of all d numbers in N

https://code.sololearn.com/cvYe9ao539Um/?ref=app

16th Apr 2022, 10:40 PM
Joseph Oyelami
4 Answers
+ 1
Joseph Oyelami What is "a" and "b" here and why this line if you are taking user input N = range(a,b)
17th Apr 2022, 3:52 AM
A͢J
A͢J - avatar
0
what are we solving exactly?
16th Apr 2022, 10:48 PM
Junior
Junior - avatar
0
The sum of all d numbers in N
16th Apr 2022, 10:53 PM
Joseph Oyelami
0
the sum? you can use eval, print(eval(input()))
16th Apr 2022, 11:05 PM
Junior
Junior - avatar