Guest User

Untitled

a guest
Dec 7th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. def f(x,my_persistent_stuff=[]):
  2. print (x)
  3. my_persistent_stuff.append(x)
  4. print (my_persistent_stuff)
  5. return my_persistent_stuff
Add Comment
Please, Sign In to add comment