问题 更新时间2024/4/28 11:43:00 以下程序的输出是:( )。 n = 1 for i in range(3): n = n + 1 print(n) 单选题 (3 分) 3分 A.3 B.4 C.1 D.5 答案 登录 注册 B 出自:国家开放大学 >> 国开Python语言基础