Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.05 KB | None | 0 0
  1. def foo(bar) {
  2.     do thing
  3. }
  4.  
  5. def foo(bar):
  6.     do thing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement