0
What is the answer?
https://www.sololearn.com/learning/eom-project/1157/1021 I need help with this code project, please.
1 Resposta
0
N=int(input())
numbers= list(range(0,N+1))
m= ((N)*(N+1)//2)
print(m)
https://www.sololearn.com/learning/eom-project/1157/1021 I need help with this code project, please.