请让我知道此for循环的工作方式。
points = {0,1,2,3,4,8,1}
x = float(sum([len(points) for i in points]))
print(x)
此代码段给我的输出为:-
36.0
湖上湖
相关分类