Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

sage

Name: sage 2011-11-27 1:58

Can someone give me an example of how to post here using python?

Name: Anonymous 2011-11-30 3:20

Just wrap your code around tags and your good to go! See:



f = lambda x: x and (x-1 and x-2 and f(x-1) + f(x-2) or 1)
print f(int(1337))



results in

f = lambda x: x and (x-1 and x-2 and f(x-1) + f(x-2) or 1)
print f(int(1337))

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List