Computer Science, asked by erpragyasingh, 11 months ago

write a code in Python that displays the sum of first 10 natural numbers?​

Answers

Answered by agraharibrij320
5

Answer:

16252081514 code Hai python ka

Answered by tejasvinitha
8

Answer:

sum = 0

for i in range (10):

sum = sum + i

print(sum)

hope it is helpful pls mark me as brainliest

Similar questions