Python: Get the first character of the first string in a list?

后端 未结 4 737
不知归路
不知归路 2020-12-23 10:38

How would I get the first character from the first string in a list in Python?

It seems that I could use mylist[0][1:] but that does not give me the f

4条回答
提交回复
热议问题