s = '' if len(s) == 0: print("String is empty") else: print("String not empty")