当前位置:主页 > 软件编程 > Python代码 >
时间:2021-06-06 08:45:52 | 栏目:Python代码 | 点击:次
method 1:
a,b = b,a
method 2:
a = a+b b = a-b a = a-b