Comment on call the doctor, the CS doctor

conditional_soup@lemm.ee ⁨9⁩ ⁨months⁩ ago

def count_fingers(hand: list): count = len(hand) if count != 5: if count < 5: raise Exception(“Check if fingers missing, or just smart ass”) else: raise Exception(“Oh… oh no.”) return count

source
Sort:hotnewtop