mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
3 lines
52 B
Python
3 lines
52 B
Python
def mutinator(l):
|
|
l.append(0)
|
|
return len(l)
|