[old] Conversion from CamelCase

[old] Conversion from CamelCase

Your mission is to convert the name of a function (a string) from CamelCase ("MyFunctionName") into the Python format ("my_function_name") where all chars are in lowercase and all words are concatenated...

You should be an authorized user in order to see the full description and start solving this mission.