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

    import random

    ans=""

    while len(ans)<3:

        t=chr(random.randint(0,25)+ord("A"))

        if t not in ans:

            ans+=t

    print(ans)

    程序运行后,输出的结果可能是(   )

    A . TXT B . DOC C . Xls D . MP3

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