不同語言實現兩個變量的交換

    Python x = 10 y = 100 x, y = y, x print(x) print(y) The Zen of Python Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than complic
相關文章
相關標籤/搜索