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