登录
注册
首页
->
Python期末
下载题库
下列哪个表达式在Python中是非法的?
(A)x = y = z = 1
(B) x = (y = z + 1)
(C) x, y = y, x
(D) x += y
参考答案
继续答题:
下一题
更多Python期末试题
1
以下生成词云的 Python 第三方库的是:
2
以下程序的运行结果是()。 i=101 s=0 while i<=100: s=s+i i=i-1 print(s)
考试