单项选择题
print(’{1},{0}’.format(80,90))的输出结果为()。
A.1,0B.0,1C.80,90D.90,80
单项选择题 已知x=[1,2,3],执行x.extend([4,5])后,len(x)的值为()。
单项选择题 表达式’This is a test’.startswith(’is’,2)的值为()。
单项选择题 已知字符串x =’hello world,hello python’,那么执行语句x.replace(’hello’,’hi’,1)之后,x 的值为()。