1.计算机能直接识别、理解执行的语言是( )
A.汇编语言 B.Python 语言 C.自然语言
2.python3 解释器执行 not 1 and 1 的结果为( )。
A.True B.False C.0
3.下列关于算法说法不正确的是( )
4.下列哪个语句在 Python 中是非法的?( )
A.x = y = z = 1
C.x, y = y, x
5.小林编写一段文件读写操作代码,文件如图,代码段如下:
le=open('ceshi.txt','w')
le.write("python is a programming language.")
le.close( )
le=open('ceshi.txt','r')
print(le.read( ))
该代码段运行后,输出的结果为( )
A.IA Distributed System Based on Python.
B.python is a programming language.
C.IA Distributed System Based on Python. python is a programming language.
D.程序编译错误,不会输出结果
6.在 python 中,运行以下程序,结果应为( )
a=5
b=7
b+=3
A.5 7 B.20 10 C.22 7 D.2 10
7.下列选项中,不属于 Python 合法变量名的是( )
评论0
最新资源