试题

试题 试卷

logo

题型:单选题 题类:常考题 难易度:普通

粤教版(2019)必修一4.3 选择结构描述问题求解过程

执行下列程序以后的结果是(    )

print("请输入3个数:")

x=int(input("x= "))

y=int(input("y= "))

z=int(input("z= "))

temp=0

if x>y:

    temp=y

    y=x

    x=temp

if x>z:

    temp=z

    z=x

    x=temp

If y>z:

    temp=z

    z=y

    y=temp

print(x, y, z)

A、从小到大排序 B、从大到小排序 C、都变成最大的数 D、都变成最小的数
举一反三
返回首页

试题篮