判断题
执行下列代码后,运行结果是:Helloorld!( )
for i in "HelloWorld!": if i=="W": break print(i,end="")
A.
正确
B.
错误
发表评论 取消回复