标签:
a = 10 b = 20 # 不需要中间变量,一步搞定 a, b = b, a
python交换两个变量的值,一句代码搞定
原文地址:http://www.cnblogs.com/Raymon-Geng/p/5546729.html