[ create a new paste ] login | about

bram

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by bram:

Python, pasted on Oct 8:
1
2
3
4
5
class SolutionFound(BaseException):
	def __init__(self):
		self.s = []

def assign(clauses, val):
...
view (89 lines, 1 line of output)