i tried to do this:
def check_num_of_empty(channels): empty_channels = 0 for i in channels: if i.members: continue empty_chann