[old] Conversion into CamelCase

[old] Conversion into CamelCase

Your mission is to convert the name of a function (a string) from the Python format (for example "my_function_name") into CamelCase ("MyFunctionName"), where the first char of every word is in uppercase...

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