a=[]
print('my_list is empty!' if len(a)==0 else 'my_list is not empty!')