summaryrefslogtreecommitdiff
path: root/progs/a564.py
blob: 4a5b5c3b671a97d575c90bac66037d34ffb48279 (plain)
1
2
def chkList(lst): 
    return len(set(lst)) == 1