I am trying to ping a host using os.system(\'ping 1.1.1.1 -c 1\') and im trying to make an if statement if the ping doesnt work such as if the host disables icm
os.system(\'ping 1.1.1.1 -c 1\')