Count Vowels
该函数应将字符串作为输入,并返回字符串中元音(a、e、i、o、u)的计数。该函数不区分大小写。
输入:字符串字符串 (string)...
You should be an authorized user in order to see the full description and start solving this mission.
该函数应将字符串作为输入,并返回字符串中元音(a、e、i、o、u)的计数。该函数不区分大小写。
输入:字符串字符串 (string)...