Test of a function mutating its unput

This commit is contained in:
renaud 2024-02-29 03:18:12 -08:00
parent c26a95038e
commit d47b91972c

View file

@ -0,0 +1,3 @@
def mutinator(l):
l.append(0)
return len(l)