#1156. python-函数-定义一个列表[5,6,7,8,9,10,20],进行累加的值并把值加入列表

python-函数-定义一个列表[5,6,7,8,9,10,20],进行累加的值并把值加入列表

Background

Description

python-函数-定义一个列表[5,6,7,8,9,10,20],进行累加的值并把值加入列表

Format

Input

Output

Samples


[5, 6, 7, 8, 9, 10, 20]
[5, 6, 7, 8, 9, 10, 20, 65]

Limitation

1s, 1024KiB for each test case.