组卷题库 > 高中信息技术试卷库
试题详情
有下列Python程序段:

import random

s=input("请输入字符串:")

x=random.randint(3,6)

n=len(s)

if len(s[0:x])<len(s[x:n]):

    r=s[x:n]+s[0:x]

else:

    r=s[0:x]+s[x:n]

print(r)

执行该程序段,若输入“helloworld”(不包含双引号),则输出的结果不可能的是(    )

A、loworldhel
B、oworldhell
C、helloworld
D、worldhello
知识点
参考答案
采纳过本试题的试卷
教育网站链接