5 lines
58 B
Python
Raw Permalink Normal View History

2025-03-24 13:15:59 +08:00
a =202
for i in range(a%100):
print(i)
# print(a%100)