Merge branch 'master' into master

This commit is contained in:
E1PsyCongroo
2023-05-23 11:46:03 +08:00
committed by GitHub
2 changed files with 8 additions and 3 deletions

View File

@@ -189,6 +189,7 @@ P79*9 乘法表
P8couple 情侣
实现函数 `couple`,它接受两个列表并返回一个列表,其中包含两个序列的第 i 个元素耦合在一起的列表。您可以假设两个序列的长度相同。
tipszip(list1,list2)
```python
def couple(lst1, lst2):