predict the output of the following code
i=0
while i<0 and i>2 :
print "hello...."
i= i+ 1
Answers
Answered by
5
Output Will Be
hello 1
As It's Given to print in class hello and in parameter it's given i which is less than 2 and greater than 0
Hope This Helps You ❤️
Similar questions