Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. class A:
  2. def __init__(self):
  3. pass
  4.  
  5. def foo() {
  6. i = 5
  7. return
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement