Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. def smiley_sum(t): def f(x): if x==1: return 1 else: return 2*x**2 def op(x,y): return x + y n=t+1 return combine(f,op,n)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement