ImBADatmath4235 ImBADatmath4235 23-01-2024 Computers and Technology contestada 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")