x=3y=5z=-2t=x>0 and y>0 or z<0print(t)x=4y=-6z=-5t=x>0 and y>0 or z<0print(t)x=9 y=-5z=0t=x>0 and y>0 or z<0print(t)x=-5y=-7z=2t=x>0 and y>0 or z<0print(t)
Standard input is empty
True True False False
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!