python多重賦值

<code># 多重賦值
x,y = eval(input("請輸入兩組數字,逗號隔開:"))
print(x,y )
#-----------
a,b = 123,"wuqw"
print(a,b)/<code>


python多重賦值


分享到:


相關文章: