Push Tracker
experiments-07-07-12-local-.../agentic_scratch/qwen3.5-9b/t3_pipeline/gen.py

3 lines
90 B
Python
Raw Permalink Normal View History

G
2026-07-12 21:35:10 -04:00
with open('nums.txt', 'w') as f:
for i in range(1, 21):
f.write(str(i) + '\n')