Guest User

Untitled

a guest
Dec 7th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. def f(h):
  2. if head(h) < 5:
  3. return cons(head(h), f(tail(h))
  4. else:
Add Comment
Please, Sign In to add comment