python check if more than 1 is true

Solutions on MaxInterview for python check if more than 1 is true by the best coders in the world

showing results for - "python check if more than 1 is true"
Gaia
16 Jan 2019
1if sum([a,b,c,d]) > 1:
2    print("Please specify at most one of 'a', 'b', 'c', 'd'.")
similar questions
queries leading to this page
python check if more than 1 is true