当前位置: 高中信息技术 / 单选题
  • 1. (2023高二上·杭州期中) 有如下Python程序段:

    dict={1:"p",2:"y",3:"t",4:"h",5:"o",6:"n"}

    num=[4,2,1,5]

    result=""

    for i in num:

        result+=dict[i]

    print(result)

    执行该程序段后,result的值为(   )

    A . "hypo" B . "opyh" C . "nyto" D . "otyn"

微信扫码预览、分享更方便