#!/usr/local/bin/python3 from subprocess import call; print(call[‘free’, ‘-m’])