Name: sage 2011-11-27 1:58
Can someone give me an example of how to post here using python?
require 'uri'
require 'net/http'
Net::HTTP.post_form(URI('http://dis.4chan.org/post'),
bbs: 'prog,
id: '1322377139',
shiichan: 'proper',
email: "'",
kotehan: 'VIPPER',
meiru: 'sage'
)
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))
f = lambda x: x and (x-1 and x-2 and f(x-1) + f(x-2) or 1)
print f(int(1337))