生成a**的有序下标式序列

c=str('C')
[str(c)+str(i+1) for i in range(3)]

生成结果如下

 

posted @ 2020-04-12 18:59  余者皆可  阅读(143)  评论(0)    收藏  举报