首页
编程
java
php
前端
首页
编程
java
php
前端
有英文名字序列按规则规范该序列
a
=
[
'maRRy'
,
'john'
,
'TOM'
,
'aliCE'
]
print
(list(map(lambda x: x.title()
, a)))
点击展开全文