Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. def some_function(x):
  2. if another_function(x) == -1:
  3. return False
  4. else:
  5. return True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement