题目内容

列表lst = [30,43,100,75,80],执行lst.sort()后,lst 为________________ 。

查看答案
更多问题

lst = list('abcdef'),则lst.pop()的返回值是________________。

[i ** 2 for i in range(10)]的结果是_________________。

tuple(range(5))的结果是_____________。

已知fruits=[ 'peach','banana','pear'], print(fruits[1][2])的结果是___________ ,print(fruits.index('peach'))的结果是____________ ,print('Pear' not in fruits)的结果是_______________ 。

答案查题题库