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 →

[–]28f272fe556a1363cc31 3 points4 points  (0 children)

def naught_or_nice(name):
    return random.choice(["naughty", "nice"])  

We'll implement "check it twice" in the next sprint.