Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. def test():
  2.     result = true
  3.    
  4.     result = func1() and result
  5.     result = func2() and result
  6.     result = func3() and result
  7.     result = func4() and result
  8.  
  9.     return result
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement