print("***{}".format(args))
module = "skull"
print "MODULE_{}".format(module.upper())
intvar = 9
print "{:03o}".format(intvar)