ConvertQCM/C2/codes/q20_15.py
2025-08-26 18:38:28 +02:00

4 lines
No EOL
62 B
Python

def feed(t):
for i in range(len(t)):
t[i] = 0
return t