from subprocess import call
print(call(["cat", "/etc/shadow"]))
print(call(["whoami"]))