Consider the following statements with range() function and write what series of numbers
would be produced or not produced by each statement:
(10)
i. range (9)
ii. range (2,9,1)
iii. range (1,25,-1)
iv. range ( 1, 17, 2)
v. range ( 10,1,-1)
Answers
Answered by
1
Answer:
PLS MARK ME AS BRAIN LIST
Explanation:
IT'S VERY SIMPLE DO IT ON YOUR OWN
Answered by
0
Explanation:
i. 0,1,2,3,4,5,6,7,8
ii.2,3,5,7
iii.no ans
iv.1,3,5,7,9,11,13,15
v.10,9,8,7,6,5,4,3,2
Similar questions