@hairinmybellybutt to Programmer [email protected]English • 1 year agocall the doctor, the CS doctorimagemessage-square40arrow-up1424arrow-down129
arrow-up1395arrow-down1imagecall the doctor, the CS doctor@hairinmybellybutt to Programmer [email protected]English • 1 year agomessage-square40
minus-square@[email protected]linkfedilink6•edit-21 year agodef 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
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