HomePython revision Tour 1 x = 7 y = 8 if x < 7 or x <= 10 and y > 8 : print(IT IS!) else: print(Oh No) 0 Comments Facebook Twitter Q. What is the output of the following program ?x = 7y = 8if x < 7 or x <= 10 and y > 8 : print("IT IS!")else: print("Oh No")Answer :-Output :-Oh No>>>
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )