Consider the loop given below: for i in range(-5) print How many times will this loop run? a) 3 b) c) infinite d) Error
Answers
Answered by
0
Answer: Error
Explanation: Becase the give range value is in negative
Similar questions