Computer Science, asked by Zaransha, 1 year ago

Help me correct it please

Attachments:

Answers

Answered by poojan
3

Answer:

it should be the change in bracket usage.

for i in range (1,10):

Explanation:

RANGE SHOULD ALWAYS BE SPECIFIED IN ( ) BRACKETS.

Suggestion:

No need to increment in the loop, as the loop itself defaultly follows incrementation by 1.

Output:

9

8

7

6

5

4

3

2

1

Check the attachment given below.

Attachments:
Similar questions