• 在下面的例子中,函数返回某个字符串连续字母。

    In the following example, a function returns the successive lowercase characters of a string.

    youdao

  • 下面这些函数试图检查一个字符串是不是包含字母他们当中肯定有些

    The following functions are all intended to check whether a string contains any lowercase letters, but at least some of them are wrong.

    youdao

  • 有时候建立列表需要遍历另一个列表。比如下面的这个函数就接收字符串列表,将所有字符串变为大字母组成的,然后返回一个这些写字符串组成的列表。

    Sometimes you want to traverse one list while building another. For example, the following function takes a list of strings and returns a new list that contains capitalized strings.

    youdao

  • 这个函数我们第一件事两个字符串转化成字母。

    The first thing we do in this function is to convert both strings to all lowercase.

    youdao

  • 这个函数我们第一件事两个字符串转化成字母。

    The first thing we do in this function is to convert both strings to all lowercase.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定