Guest User

Untitled

a guest
Oct 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. sys.system(Script1.py)
  2.  
  3. p = subprocess.Popen("python Script1.py arg1 arg2", stdout=subprocess.PIPE, shell=True)
  4.  
  5. p = subprocess.Popen("python Script1.py arg1 arg2", stdout=subprocess.PIPE, shell=True)
Add Comment
Please, Sign In to add comment