Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. # ok
  2. lista = []
  3.  
  4. def f():
  5.     lista.append(1)
  6.  
  7. # cagado
  8. string = ""
  9.  
  10. def f():
  11.   string = string + "added"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement