假设我有一个列表:
mylis = ['this is test', 'another test']
如何对列表中的每个元素应用一个函数?例如,如何应用 str.upper 函数来得到:
str.upper
['THIS IS TEST', 'ANOTHER TEST']
用户名或电子邮箱地址
密码