• 2022-05-30 问题

    阅读以下程序,填写运行结果________________.dic={'apple':2, 'orange':5, 'pear':3, 'banana':6, 'watermelon':1}n=0for k,v in dic.items(): if v>=n: m=k n=vprint(m)

    阅读以下程序,填写运行结果________________.dic={'apple':2, 'orange':5, 'pear':3, 'banana':6, 'watermelon':1}n=0for k,v in dic.items(): if v>=n: m=k n=vprint(m)

  • 2022-06-17 问题

    阅读以下程序,填写运行结果_________________.dic={'小明':['男',18,98], '小红':['女',19,87], '小玲':['女',18,91], '小刚':['男',20,83]}for k,v in dic.items(): if v[1]%10>5: print(k,end='') #此处''为空字符串

    阅读以下程序,填写运行结果_________________.dic={'小明':['男',18,98], '小红':['女',19,87], '小玲':['女',18,91], '小刚':['男',20,83]}for k,v in dic.items(): if v[1]%10>5: print(k,end='') #此处''为空字符串

  • 2022-06-17 问题

    阅读以下程序,填写运行结果_________________.dic={('小明',18):['男',98], ('小红',19):['女',87], ('小玲',18):['女',91], ('小刚',20):['男',83]}for k,v in dic.items(): if v[1]>90: print(k[1],end='') #此处''为空字符串

    阅读以下程序,填写运行结果_________________.dic={('小明',18):['男',98], ('小红',19):['女',87], ('小玲',18):['女',91], ('小刚',20):['男',83]}for k,v in dic.items(): if v[1]>90: print(k[1],end='') #此处''为空字符串

  • 2022-06-17 问题

    阅读以下程序,填写运行结果_________________.dic={'小明':['男',18,98], '小红':['女',19,87], '小玲':['女',18,91], '小刚':['男',20,83]}for k,v in dic.items(): if v[1]%10>5: print(k,end='') #此处''为空字符串

    阅读以下程序,填写运行结果_________________.dic={'小明':['男',18,98], '小红':['女',19,87], '小玲':['女',18,91], '小刚':['男',20,83]}for k,v in dic.items(): if v[1]%10>5: print(k,end='') #此处''为空字符串

  • 2022-06-17 问题

    阅读以下程序,填写运行结果_________________.dic={('小明',18):['男',98], ('小红',19):['女',87], ('小玲',18):['女',91], ('小刚',20):['男',83]}for k,v in dic.items(): if v[1]>90: print(k[1],end='') #此处''为空字符串

    阅读以下程序,填写运行结果_________________.dic={('小明',18):['男',98], ('小红',19):['女',87], ('小玲',18):['女',91], ('小刚',20):['男',83]}for k,v in dic.items(): if v[1]>90: print(k[1],end='') #此处''为空字符串

  • 2022-05-28 问题

    Match the items in Column A with the items in Column B.

    Match the items in Column A with the items in Column B.

  • 2022-06-07 问题

    what do the following items belong to banned items?

    what do the following items belong to banned items?

  • 2022-06-17 问题

    中国大学MOOC: 阅读以下程序,填写运行结果_______________.dic={小明:[男,18,90], 小红:[女,19,85], 小玲:[女,18,91], 小刚:[男,20,81]}for k,v in dic.items(): if v[-1]>=90: v.append(优秀) else: v.append(合格)print(dic[小刚][-1])

    中国大学MOOC: 阅读以下程序,填写运行结果_______________.dic={小明:[男,18,90], 小红:[女,19,85], 小玲:[女,18,91], 小刚:[男,20,81]}for k,v in dic.items(): if v[-1]>=90: v.append(优秀) else: v.append(合格)print(dic[小刚][-1])

  • 2022-06-17 问题

    阅读以下程序,填写运行结果_________________.dic={'小明':['男',18,90], '小红':['女',19,85], '小玲':['女',18,91], '小刚':['男',20,81]}for k,v in dic.items(): if v[-1]>=90: v[2]=='优秀' else: v[2]=='合格'print(dic['小红'][-1])

    阅读以下程序,填写运行结果_________________.dic={'小明':['男',18,90], '小红':['女',19,85], '小玲':['女',18,91], '小刚':['男',20,81]}for k,v in dic.items(): if v[-1]>=90: v[2]=='优秀' else: v[2]=='合格'print(dic['小红'][-1])

  • 2022-05-28 问题

    Unit 5 单元测试 Match the items in Column A with the items in Column B.

    Unit 5 单元测试 Match the items in Column A with the items in Column B.

  • 1 2 3 4 5 6 7 8 9 10