问题 更新时间2023/6/29 0:37:00 以下代码的运行结果为( )。a = 1b = 2if a: a = 3 print(b)else: b = 4 print(a)A.1B.2C.3D.4 答案 登录 注册 B 出自:国家开放大学 >> 国家开放大学Python程序设计