Post History
Yes Unless the challenge tells you what to name your function, you're free to use anything. This means that single character names are usually the best option. Note that anonymous function submis...
Answer
#1: Initial revision
# Yes Unless the challenge tells you what to name your function, you're free to use anything. This means that single character names are usually the best option. ## Note that anonymous function submissions / lambdas are allowed For that challenge, you don't actually need to submit anything other than the function; running the function (i.e. assigning a name to it and running test cases) is separate.