📜  引导自定义背景颜色 - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:25.948000             🧑  作者: Mango

代码示例6
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.