What is the answer? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is the answer?

https://www.sololearn.com/learning/eom-project/1157/1021 I need help with this code project, please.

7th Oct 2021, 7:50 PM
Munchlax Kid
Munchlax Kid - avatar
1 Answer
0
N=int(input()) numbers= list(range(0,N+1)) m= ((N)*(N+1)//2) print(m)
14th Aug 2022, 7:32 AM
Samruddhi Gawande
Samruddhi Gawande - avatar