ImBADatmath4235 ImBADatmath4235 Today at 6:36 AM Computers and Technology Answered What is the name of the library used in this code?import randomx = 0y = 0if x == y: print("x and y are equal")elif x == 0: print("x is 0")