Advertisement
Guest User

Untitled

a guest
Oct 1st, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. was_called = False
  2.  
  3.  
  4. def call_me():
  5. was_called = True
  6.  
  7.  
  8. call_me()
  9.  
  10. print(was_called)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement