menghuanzhushou/ceshi.py
2025-03-24 13:15:59 +08:00

5 lines
58 B
Python

a =202
for i in range(a%100):
print(i)
# print(a%100)