以下程序的输出结果是。for c in 'Pyth

以下程序的输出结果是()。
for c in 'Python NCRE':
    if c =='N':
        break
        print(c)

答案
A

题目信息

题号:3701
题型:单选题
难度:普通