4 lines
No EOL
62 B
Python
4 lines
No EOL
62 B
Python
def feed(t):
|
|
for i in range(len(t)):
|
|
t[i] = 0
|
|
return t |