A program using for loop in Python to print first 10 natural numbers in reverse order *
For i in range (10,0,-1)
For in range (10,1,1)
For i in range ( 10,1,-1)
For in range ( 10,0 1)
Answers
Answered by
1
Answer:
the correct answer is For I in range (10,0-1)..
Similar questions
Science,
1 month ago
Environmental Sciences,
1 month ago
Social Sciences,
3 months ago
Computer Science,
3 months ago
Biology,
10 months ago
Computer Science,
10 months ago
English,
10 months ago