import os; if os.listdir(raw_input("directory")): print "not empty" else: print "empty"