j
k
j a
j l
22.08.21 16:27, Steven D'Aprano пише:
Quoting the subject line: "We should have an explicit concept of emptiness for collections" We do. It's spelled: len(collection) == 0 You can't get more explicit than that.
Quoting the subject line:
"We should have an explicit concept of emptiness for collections"
We do. It's spelled:
len(collection) == 0
You can't get more explicit than that.
(len(collection) == 0) is True
Back to the thread
Back to the list