1328: 【12】快速生成小写字母表的列表▁for_append_chr
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:42
Solved:34
Description
用代码快速生成小写字母表的列表。
用for循环生成并输出整个列表。
Sample Input Copy
Sample Output Copy
['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z']