Computer Science, asked by emankaur162, 2 months ago

wap to print the sum of 10 natural numbers using def

Answers

Answered by akshaymsms26gmailcom
0

Answer:

means

Explanation:

i di not understand the question

Answered by DARK1238DEVIL
0

Answer:

a=1

while a>0:

       print(a)

       a+=1

       if a ==11:

              break

Explanation:

OUTPUT:

1

2

3

4

5

6

7

8

9

10

Similar questions