![[old] Conversion from CamelCase](https://dk1vwk12q8pjl.cloudfront.net/media/logos/task/middle/conversion-from-camelcase-disabled.png)
[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.