题目内容

a=5b=10a==b 的运算结果为【】。

查看答案
更多问题

a=int(2>1)求a的值为【】。

not 2 > 1 and 3 < 4 or 4 > 5 and 2 > 1 and 9 > 8 or 7 < 6的运算结果为【】。

3 != 4 and not ("testing" != "test" or "Python" == "Python") 的运算结果为【】。

下面程序的执行结果是______________。s = 0for i in range(1,10):s += iif i == 5:print(s)breakelse:print(1)

答案查题题库