python的**和*

list = [1, 2, 3, 4, 5, 6, 7, 8] a ,*b, c = list print(a) print(b) print(c)
posted @ 2018-07-02 21:28  苦行僧95  阅读(355)  评论(0编辑  收藏  举报