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

3 lines
77 B
Python

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