Anonymous
public python v1 · immutabledef eat(food): eat.stomach.append(food) print 'In my stomach:', eat.stomacheat.stomach = []eat('yangmeat')eat('chicken')eat('cocas')eat('cocoa')def eat(food): eat.stomach.append(food) print 'In my stomach:', eat.stomacheat.stomach = []eat('yangmeat')eat('chicken')eat('cocas')eat('cocoa')