Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. if (test(x)):
  2. foo(x)
  3. bar(x)
  4.  
  5. if (test(x))
  6. foo(x);
  7. bar(x);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement