Can I do this in Python:
if not (list1, list2, list3):
...
To check if all given lists are empty?
If not how else would I do it?
Can I do this in Python:
if not (list1, list2, list3):
...
To check if all given lists are empty?
If not how else would I do it?