Computer Science, asked by amisha9919, 9 months ago

Write a program to print the first 10whole numbers .​

Answers

Answered by Anonymous
1

Which language C or python

Answered by karishmarajak
0

Explanation:

for i in range(0,10):

print(i)

Similar questions