TheMadScientist2971 TheMadScientist2971 Today at 4:40 AM Computers and Technology Answered Identify the condition in the following code: if x < y: print("x is smaller") print("y is bigger")