pastebin.ch - Untitled

Subject
Untitled
Author
Unnamed
Description
No description given
Posted on
Tue, 02 Feb 2010 10:18:22 +0100
Content
table = {}
for i in range(0, len(sentence)**2):
	a = i / len(sentence)
	b = i % len(sentence)
	if not table.has_key(a):
		table[a] = {}
	table[a][b] = []
 
Don't email to hereI'm now supporting the experiment spamschlucker.org too :)