题解 | #团队分组#
团队分组
https://www.nowcoder.com/practice/113a0507b1144fa9a602c2a3cd847205
list_group = [ 'Tom', 'Allen', 'Jane', 'William', 'Tony' ] # the first task print(list_group[0:2]) # the second task print(list_group[1:4]) # the third task print(list_group[-2:])
凡岛公司福利 319人发布