I need to run 2 python scripts at the same time. I tried this:
import script1 import script2 python script1.py & python script2.py &
But