📅  最后修改于: 2022-03-11 14:47:38.302000             🧑  作者: Mango
Write a function xor that takes two Boolean values. If both values are different, the result should be true. If both values are the same, the result should be false.