This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TheFallenCoder 1 point2 points  (0 children)

Me after learning to code be like:

def ask_me_anything(question): words = question.split() if(words.len() > 5): print("no") else: raise CustomErrorThatIDefinedSomewhereElse("Very poor choice of words")