首页
编程
java
php
前端
首页
编程
java
php
前端
用Python求X,Y,Z的值。
用Python求X,Y,Z的值。
x,y,z=(10,20,30)
if x<y:
z=x
x=y
y=z
print(x,y,z)
点击展开全文