登录
注册
首页
->
python程序设计
下载题库
表达式list(str([3, 4])) == [3, 4]的值为_______。
答:(False)
继续答题:
下一题
更多python程序设计试题
1
表达式 ‘a’.join(‘abc’.partition(‘a’)) 的值为______。
2
已知列表 x = list(range(10)),那么执行语句 del x[::2]之后,x的值为___。
3
表达式 ‘hello world, hellow every one’.replace(‘hello’, ‘hi’) 的值为______________。
4
已知 x, y = map(int, [‘1’, ‘2’]),那么表达式 x + y 的值为_。
5
f=open()可以打开一个文件,关于f的描述错误的是( )。