#Import os Library
import os
#print load average over the last 1, 5, and 15 minutes
print (os.getloadavg())