Computer Science, asked by shreya501967, 1 year ago

write a programe to print the sum of first 10 natural number​


Abhiraj1928: Whats the language asked ti write the program in?
mahi0409: in which language?

Answers

Answered by MONU1029
1

##   ***************************python***************************

i = 0

for i in range(1,10):

      print("i")

Similar questions