jonestheproblem38 jonestheproblem38 23-01-2024 Computers and Technology contestada Identify the expression in the following code that produces a boolean value.print("Check if the values are the same: ")same = x == yprint(same)