Post History
What you said a function is a valid solution to a challenge if and only if it can be called with no more than the specified input of the task This sounds reasonable to me. If you want to make...
Answer
#1: Initial revision
# What you said > a function is a valid solution to a challenge if and only if it can be called with no more than the specified input of the task This sounds reasonable to me. If you want to make your function take in specific parameters, code in defaults, or write a program instead.