首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
Python 1-100之和
Python 1-100之和
mac
2025-09-04
5
#!/root/kl/bin/python3
#author:kl
#1-100之和
result
=
0
counter
=
1
while
counter
<=
100
:
result
+=
counter counter
+=
1
print
(
result
)
转载请注明原文地址: https://mac.8miu.com/read-506179.html
最新回复
(
0
)