loop_555.py 148 B

1234567
  1. import os
  2. while True:
  3. if os.name=='nt':
  4. os.system('python hhh_555_column.py')
  5. else:
  6. os.system('python3 hhh_555_column.py')