
Conversion from CamelCase

Your mission is to convert the name of a function from CamelCase ("MyFunctionName") into the Python format ("my_function_name") where all chars are in lowercase and all words are...
You should be an authorized user in order to see the full description and start solving this mission.