登录
注册
首页
->
python基础知识
下载题库
关于Python赋值语句,以下选项中不合法的是( )
(A)x=(y=1)
(B)x,y=y,x
(C)x=y=1
(D)x=1;y=1
参考答案
继续答题:
下一题
更多python基础知识试题
1
设序列s,以下选项中对max(s)的描述正确的是( )
2
以下选项中,不是 Python 语言保留字的是( )
3
下列哪个命令可以将整个绘制屏幕的颜色设置成黑色?()
4
以下选项中不是 Python 语言的保留字的是?( )
5
下面代码的输出结果是()def hello_world(): print(ST,end="*")def three_hellos(): for i in range(3): hello_world()three_hellos()
考试