With list comprehension we can also do things like:
[2,3,4,3,4,5]> [1..10]> ['a' .. 'z']
[2,3,4,3,4,5]
> [1..10]
> ['a' .. 'z']
本文档使用 全库网 构建