以下程序的输出结果是。s=2 for i in r

以下程序的输出结果是()。

s=2
for i in range(1,10):
  s+=i
print(s)
答案
D

题目信息

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