#!/usr/local/bin/python3 from subprocess import call; call(["whoami"])