I have solved this task. My issue was - changing the function name in the first row
change 'word' on 'name' and 'print' on 'return', please
my understanding, they ask to solve through the function def
This comment is hidden because it contains spoiler information about the solution
Thanks for tip. I didn't know that the suggested name does make sense
See the initial code for Python:
def abbrev_name(name): return
Why did you change the function's name?
I got the same result like in the sample but Test is failed. What is wrong?
Loading collection data...
I have solved this task. My issue was - changing the function name in the first row
change 'word' on 'name' and 'print' on 'return', please
my understanding, they ask to solve through the function def
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Thanks for tip. I didn't know that the suggested name does make sense
See the initial code for Python:
Why did you change the function's name?
I got the same result like in the sample but Test is failed. What is wrong?