Files
2025-07-04 19:26:39 +02:00

4 lines
83 B
Python

for item1 in range(10):
for item2 in range(item1):
print(item1, item2)