代码示例:(标识:python_oper_ass_11)
python_oper_ass_11.py
x = 5

x ^= 3

print(x)
运行结果: