#!/usr/local/bin/python3 from subprocess import call; call(["df", "-h"])