Files
2023-03-08 19:21:11 +00:00

3 lines
91 B
Python

def f(a:list, b:list, c:int):
for i, e in enumerate((2 * (a + b)) * c):
<caret>