Compare commits

...

No commits in common. 'zlf_branch' and 'main' have entirely different histories.

Binary file not shown.

@ -1,5 +0,0 @@
# 计算从 1 到 100 的和
total = 0
for i in range(1, 101):
total += i
print("1 到 100 的和是:", total)
Loading…
Cancel
Save