Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. def f(x):
  2. return x+1
  3.  
  4. def a(x):
  5. return f(x)
  6.  
  7. import bloop
  8. print bloop.f(10)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement