标签: python
我想使用for循环从另一个脚本传递函数中的值。
例如
Test.py
from testing import * print(y)
Testing.py
import os for y in range(1,100): os.system('Test.py')