Guest User

Untitled

a guest
Apr 12th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. import subprocess
  2. print "hello"
  3. subprocess.Popen('xcalc')
  4. print "world"
Add Comment
Please, Sign In to add comment