I am trying to check if the list "List2" is a subset of "List1" in python 3.8
I tried all() and issubset() funct