# your code goes here
    for i in d:
        if i != 0:
            return True
        else:
            return False