s = ['my', 'name']
我想将每个元素的第一个字母更改为大写.
s = ['My', 'Name']
python string uppercase
python ×1
string ×1
uppercase ×1