Computer Science, asked by anujbhumika, 5 months ago

write a python program using For Loop as

well as While Loop to display the first 10 natural numbers​

Answers

Answered by Failboat
1

Answer:

oh yeah im learning python too.. here and answer

Explanation:

i=1

while(i<=10):

print(i)

i+=1

Answered by TalaKishor
1

Answer:

Both the answers are given below.

They have already checked and compiled using PyCharm.

pls mark brainliest

Attachments:
Similar questions