cara mengimpor subproses dalam python

import subprocess
subprocess.call(['python', 'hello.py'])
psw