Computer Science, asked by DevajithBNair, 7 months ago

How many time will phyton
execute the code inside the
following while loop. ?
(without Interpreter.)
i = 0
while i<0 and i <2:
print " Hello..."
i = i +1

Answers

Answered by nithinreddykommidi42
1

Answer:

2 times

Explanation:

please mark as brilliant answer

Similar questions