Paulo J. Matos wrote:
What do you count?
def zeros(n): return [0]*n
how much memory is that?
Hi all,
>
What's the best way to know the amount of memory allocated by a
function
>
What's the best way to know the amount of memory allocated by a
function
def zeros(n): return [0]*n
how much memory is that?
Comment