• 2022-06-03 问题

    已知 x = [[1,3,3],[2,3,1]],那么表达式 sorted(x, key=lambda item:item[2]) 的值为____________________________________。

    已知 x = [[1,3,3],[2,3,1]],那么表达式 sorted(x, key=lambda item:item[2]) 的值为____________________________________。

  • 2022-06-04 问题

    已知字典x = {i:str(i+3) for i in range(3)} , 那么表达式 sum(item[0] for item in x.items()) 的值为___()______。 A: 3 B: 5 C: 10 D: 12

    已知字典x = {i:str(i+3) for i in range(3)} , 那么表达式 sum(item[0] for item in x.items()) 的值为___()______。 A: 3 B: 5 C: 10 D: 12

  • 2022-05-28 问题

    有列表定义如下:[br][/br]group1 = [ ["萧峰", 98], ["杨过", 96] ] 要提取两位大侠的名字"萧峰"和"杨过",应该采用下面哪种方法 A: n = [ item[0] for item in group1 ] B: n =[ item[1] for item in group1 ] C: n = group1[0],group1[1] D: n = [ item for item in group1 ]

    有列表定义如下:[br][/br]group1 = [ ["萧峰", 98], ["杨过", 96] ] 要提取两位大侠的名字"萧峰"和"杨过",应该采用下面哪种方法 A: n = [ item[0] for item in group1 ] B: n =[ item[1] for item in group1 ] C: n = group1[0],group1[1] D: n = [ item for item in group1 ]

  • 2022-06-09 问题

    程序运行结果为(______ )fruit = ['apple', 'banana', 'mango', 0]for item in fruit: if item == 0: fruit[item] = 'watermelon' elif item == 'mango': fruit[2] = 'pear'print(fruit)

    程序运行结果为(______ )fruit = ['apple', 'banana', 'mango', 0]for item in fruit: if item == 0: fruit[item] = 'watermelon' elif item == 'mango': fruit[2] = 'pear'print(fruit)

  • 2022-06-29 问题

    下列说法错误的是( )。知识点:函数 未知类型:{'options': ['已知元组列表x=[(2,3,10),(1,2,3),(2,6,7),(3,5,10)],那么sorted(x, key=lambda item : item[0]+item[2])排序后,print(x)的输出结果是:[(1, 2, 3), (2, 6, 7), (2, 3, 10), (3, 5, 10)]', "已知num=[2,3,4,5], print('*'.join(map(str, num)))的输出结果是:2*3*4*5", '已知x=[5, 2, 3, 4, 9],那么执行代码x = sorted(x[0::2], reverse=True)之后,x的值为[9,5,3]', '下面代码定义了求解[img=80x42]17de930c3fac9cf.png[/img]的函数,并计算x=9的取值import mathdef log3(x): return math.log(x)/math.log(3)f = log3print(f(9))'], 'type': 102}

    下列说法错误的是( )。知识点:函数 未知类型:{'options': ['已知元组列表x=[(2,3,10),(1,2,3),(2,6,7),(3,5,10)],那么sorted(x, key=lambda item : item[0]+item[2])排序后,print(x)的输出结果是:[(1, 2, 3), (2, 6, 7), (2, 3, 10), (3, 5, 10)]', "已知num=[2,3,4,5], print('*'.join(map(str, num)))的输出结果是:2*3*4*5", '已知x=[5, 2, 3, 4, 9],那么执行代码x = sorted(x[0::2], reverse=True)之后,x的值为[9,5,3]', '下面代码定义了求解[img=80x42]17de930c3fac9cf.png[/img]的函数,并计算x=9的取值import mathdef log3(x): return math.log(x)/math.log(3)f = log3print(f(9))'], 'type': 102}

  • 2022-06-19 问题

    如下面代码所示,代码运行结果为()。a=(['张三','初级会计实务’,'中级会计实务'],['李四','经济法','财务管理学'])item = a[1]item[2] ='税法’print(a) A: (['张三','初级会计实务’,'中级会计实务'],['李四','经济法','财务管理学']) B: (['张三','初级会计实务' , '中级会计实务'],[ '李四','经济法','税法']) C: (['张三', '初级会计实务', '税法'],[ '李四','经济法', '财务管理学']) D: (['张三','初级会计实务' , '中级会计实务'],[ '李四','税法', '财务管理学'])

    如下面代码所示,代码运行结果为()。a=(['张三','初级会计实务’,'中级会计实务'],['李四','经济法','财务管理学'])item = a[1]item[2] ='税法’print(a) A: (['张三','初级会计实务’,'中级会计实务'],['李四','经济法','财务管理学']) B: (['张三','初级会计实务' , '中级会计实务'],[ '李四','经济法','税法']) C: (['张三', '初级会计实务', '税法'],[ '李四','经济法', '财务管理学']) D: (['张三','初级会计实务' , '中级会计实务'],[ '李四','税法', '财务管理学'])

  • 2022-06-06 问题

    以下程序执行结果是________。 string = ["PHP", "Python", "C", "C++", "Java"] for item in string: item_temp = item.lower() for i in range(len(item)): if item_temp[i] in 'aeiou': string.remove(item) break print(string) s = sorted(string, reverse = True) print(s)[/i]

    以下程序执行结果是________。 string = ["PHP", "Python", "C", "C++", "Java"] for item in string: item_temp = item.lower() for i in range(len(item)): if item_temp[i] in 'aeiou': string.remove(item) break print(string) s = sorted(string, reverse = True) print(s)[/i]

  • 2022-06-03 问题

    开启第二条生产线的标准() A: 早餐ITEM数≥280/午餐ITEM≥241 B: 早餐ITEM数≥281/午餐ITEM≥240 C: 早餐ITEM数≥241/午餐ITEM≥280 D: 早餐ITEM数≥200/午餐ITEM≥180

    开启第二条生产线的标准() A: 早餐ITEM数≥280/午餐ITEM≥241 B: 早餐ITEM数≥281/午餐ITEM≥240 C: 早餐ITEM数≥241/午餐ITEM≥280 D: 早餐ITEM数≥200/午餐ITEM≥180

  • 2022-05-28 问题

    The opportunity cost of an item is ( ). A: the price of that item B: what you give up to get that item C: the time you have to spend on earning enough money to buy that item D: the cost of producing that item

    The opportunity cost of an item is ( ). A: the price of that item B: what you give up to get that item C: the time you have to spend on earning enough money to buy that item D: the cost of producing that item

  • 2022-06-05 问题

    x = ['aaaa', 'bc', 'd', 'b', 'ba'] sorted(x, key=lambda item: (len(item), item))运行结果正确的是( )。 A: ['b', 'd', 'ba', 'bc', 'aaaa'] B: ['aaaa', 'ba', 'bc', 'b', 'd'] C: ['aaaa', 'b', 'd', 'ba', 'bc'] D: ['ba', 'bc', 'aaaa', 'b', 'd']

    x = ['aaaa', 'bc', 'd', 'b', 'ba'] sorted(x, key=lambda item: (len(item), item))运行结果正确的是( )。 A: ['b', 'd', 'ba', 'bc', 'aaaa'] B: ['aaaa', 'ba', 'bc', 'b', 'd'] C: ['aaaa', 'b', 'd', 'ba', 'bc'] D: ['ba', 'bc', 'aaaa', 'b', 'd']

  • 1 2 3 4 5 6 7 8 9 10