单选题python中,10//7的值是()A0B1C2D3

单选题
python中,10//7的值是()
A

0

B

1

C

2

D

3


参考解析

解析: 暂无解析

相关考题:

Python2.x和Python3.x中input()函数的返回值都是字符串。此题为判断题(对,错)。

python中,函数的返回值的关键字是()A、replaceB、indexC、findD、return

Python字典中的“键”是唯一的,“值”都允许重复。

python中,’helloworld’.split(’o’)的值是()A、[’hell’,’rld’]B、[’hell’,’w’,’rld’]C、[’hell’,’w’]D、[]

python中,sum(range(10))的值为()A、45B、50C、55D、65

在python中,字典中的键与值成对出现。

在Python中,变量不直接存储值,而是存储值的引用,也就是值在内存中的地址。

Python字典中的“值”不允许重复。

python中,float(’12a’)的值是()A、12B、12aC、aD、程序异常

python中,“hello”[:-1:]的值是()A、"olleh"B、"hello"C、"hell"D、"o"

表达式’Hello world.I like Python.’.rfind(’python’)的值为()。

python中,10//7的值是()A、0B、1C、2D、3

python中,type(‘hello’)的返回值是()A、strB、helloC、helD、llo

python中,[i for i in range(10)ifi%2==0]的值是()A、[2,5,8]B、[1,4,7]C、[0,3,6]D、[0,2,4,6,8]

’python’-"python"()的值是()A、报错B、"Hello world"C、"hello World"D、"hello world"

"python"+"great"的值是()。A、"python"B、"great"C、"pythongreat"D、""

python中,序列的最大值用()。A、lenB、minC、maxD、include

"python"+"!!"的值是()。A、"python"B、"!!"C、"python!!"D、""

单选题python中,p=‘hello world!’,则p[2:5]的值是()AllBlloCheDhello

单选题python中,’qbcqb’.replace(’q’,’yy’)的值为()AyybcyybBabcCyyabDabcyy

单选题python中,isinstance()返回的值是()A列表B元组CintD布尔

单选题"python"+"great"的值是()。ApythonBgreatCpythongreatD

单选题’python’-"python"()的值是()A报错BHello worldChello WorldDhello world

单选题python中,sum(range(10))的值为()A45B50C55D65

单选题python中,[i for i in range(10)ifi%2==0]的值是()A[2,5,8]B[1,4,7]C[0,3,6]D[0,2,4,6,8]

单选题python中,“hello”[:-1:]的值是()AollehBhelloChellDo

单选题在python中,返回字典里面所有的值是()AvaluesBitemsChas_keyDkeys