Push Tracker
experiments-07-07-12-local-.../agentic_scratch/qwen3.6-27b/t3_pipeline/gen.py

4 lines
86 B
Python
Raw 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(f'{i}\n')