提交 8db3d8ea 编写于 作者: 盼小辉丶's avatar 盼小辉丶

上传新文件

上级 ff44d071
list_1 = [...]
list_2 = [...]
def add_list(list_1, list_2):
for i in range(len(list_1)):
r = list_1[i] + list_2[i+1]
try:
add_list(list_1, list_2)
except Exception as e:
print(e)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册