1234
if not string: print('not empty')else: print('empty')
if string == '': print('not empty')else: print('empty')