#!/usr/local/bin/python3
import subprocess; print(subprocess.check_output(["uptime"]))