You can do something like:
count = {
True: dabools.count(True),
False: dabools.count(False),
}
solved I have given you a list called dabools that has 500 booleans in it [closed]
You can do something like:
count = {
True: dabools.count(True),
False: dabools.count(False),
}
solved I have given you a list called dabools that has 500 booleans in it [closed]