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
Computer Science,
2 months ago
English,
2 months ago
Science,
2 months ago
Science,
5 months ago
Hindi,
11 months ago
CBSE BOARD X,
11 months ago
History,
11 months ago