strips
strips copied to clipboard
Update strips.py so it works under python3
I changed the print-method to function call and raw_input() to input()
Thanks! This is definitely a good idea. The only problem is that these changes break python 2 compatibility. I'm happy to accept a pull request that makes it compatible with both (http://python-future.org/compatible_idioms.html).