HomePython revision Tour 1 x = True y = False z = False print(x or y and z) 0 Comments Facebook Twitter Q. What would be the output of the following?x = Truey = Falsez = Falseprint(x or y and z)Answer :-Output :-True>>>
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )