Computer Science, asked by krisha123480, 4 months ago

Write a program to display the first 10 natural numbers on the screen ​

Answers

Answered by jprateek413
0

Explanation:

no = 1

while no <=10:

print(no)

no=no+1

Answered by anitakarmakar60
0

I hope this is helpful for you.

Attachments:
Similar questions