Buildin Module Python Tutorial

from subprocess  import call
import os
res = call(('cat', '/etc/motd'))