Skip to content

Instantly share code, notes, and snippets.

@Deamon5550
Deamon5550 / bs.py
Last active August 29, 2015 14:11 — forked from maxov/bs.py
#!/usr/bin/python
import random
import re
import sys
no_spaces = re.compile('\s')
# many thanks to:
# - my head
# - http://www.tutorialspoint.com/design_pattern/ (gold mine)