mirror of
https://github.com/unitedstates/congress-legislators.git
synced 2026-05-12 12:00:09 -04:00
4 lines
87 B
Python
4 lines
87 B
Python
import os
|
|
|
|
for i in range(1,114):
|
|
os.system("python ICPSR_id.py --congress=" + str(i)) |