12.Python程序文件的扩展名为()。 A: .txt B: .psd C: .docx D: .py
12.Python程序文件的扩展名为()。 A: .txt B: .psd C: .docx D: .py
Python表达式12//5的计算结果是:_______
Python表达式12//5的计算结果是:_______
Python语句序列“a=(Python语言程序设计);print(len(a))”的运行结果是()。 A: 7 B: 8 C: 10 D: 12
Python语句序列“a=(Python语言程序设计);print(len(a))”的运行结果是()。 A: 7 B: 8 C: 10 D: 12
在Python程序中,表达式‘1’+‘2’的结果为'12'
在Python程序中,表达式‘1’+‘2’的结果为'12'
Python表达式12/4-2+5*8/4%5/2的值为________
Python表达式12/4-2+5*8/4%5/2的值为________
Python表达式4.5/2的值为(__________);Python表达式4.5//2的值为(__________);Python表达式4.5%2的值为(__________);Python表达式12/4-2+5*8/4%5/2的值为(__________);
Python表达式4.5/2的值为(__________);Python表达式4.5//2的值为(__________);Python表达式4.5%2的值为(__________);Python表达式12/4-2+5*8/4%5/2的值为(__________);
设myList=[’java’,12,’Python’],则myList [1]值是______ ,myList[:2]值是(’java’,12)。
设myList=[’java’,12,’Python’],则myList [1]值是______ ,myList[:2]值是(’java’,12)。
What will be the output of the following Python code? ( )[img=329x140]17da65734f63053.png[/img] A: 4 12 B: 4 15 C: 12 4 D: Error
What will be the output of the following Python code? ( )[img=329x140]17da65734f63053.png[/img] A: 4 12 B: 4 15 C: 12 4 D: Error
下列选项中,( )不是常量。 A: 12 B: 35.7 C: 'Python' D: abc
下列选项中,( )不是常量。 A: 12 B: 35.7 C: 'Python' D: abc
Python 大部分对象均为不可变对象,例如,a=12,b={‘a’:12,’b’:34} 等。 ______ 等则为可变对象。(候选:List,Tuple)
Python 大部分对象均为不可变对象,例如,a=12,b={‘a’:12,’b’:34} 等。 ______ 等则为可变对象。(候选:List,Tuple)