Conversion into CamelCase

Conversion into CamelCase

你的任务是将一个函数的名称从Python格式(例如 "my_function_name")转换成CamelCase ("MyFunctionName"),其中每个字的第一个字符都是大写字母,所有的字都是连在一起的,没有任何中间的字符。

example

输入:一个字符串形式的函数名 (str)...

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