write a programe to print the sum of first 10 natural number
Abhiraj1928:
Whats the language asked ti write the program in?
Answers
Answered by
1
## ***************************python***************************
i = 0
for i in range(1,10):
print("i")
Similar questions