题目内容

3-1 = __________fgggg_______

查看答案
更多问题

s=”hello”,t=”world”,s+=t,则s为________________,s[-1]为________,s[2:5]为_____________,s[::3]为____________,s[-2::-1]为____________________。

列表中查找元素时可以使用_____和in运算符。

使用fromkeys()创建字典,执行下面代码,则运行结果为______。pet_dict=dict.fromkeys([‘name’,’age’,’weigh’,’height’])print(pet_dict)

列表必须通过显式赋值方式生成

A. 对
B. 错

答案查题题库