Last modified on 01 Oct 2021.
Check
# a tuple has None / empty value
not all(mytuple) # None ~ 0 ~ O.0
# only consider None
any(map(lambda x: x is None, mytuple)
Last modified on 01 Oct 2021.
# a tuple has None / empty value
not all(mytuple) # None ~ 0 ~ O.0
# only consider None
any(map(lambda x: x is None, mytuple)
•Notes with this notation aren't good enough. They are being updated. If you can see this, you are so smart. ;)