试题

试题 试卷

logo

题型:填空题 题类:常考题 难易度:普通

【bj】云南省临沧市沧源县2020-2021学年高一上学期信息技术期末考试试卷

有如下程序段:

a=6

b=18

c=26

if a>=b and a>=c:

max=a

elif b>=a and b>=c:

max=b

elif c>=a and c>=b:

max=c

print (max)

该程序段运行后,输出的max的值为

举一反三
返回首页

试题篮