Conversion from CamelCase

Conversion from CamelCase

你的任务是将一个函数的名称从CamelCase("MyFunctionName")转换成Python格式("my_function_name"),其中所有的字符都是小写的,所有的字都用中间的下划线符号"_"连接起来了。 ...

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