Skip to content

Instantly share code, notes, and snippets.

View bloomonkey's full-sized avatar

John Harrison bloomonkey

View GitHub Profile
@PyPool
PyPool / (Week 1) love.py
Last active December 16, 2015 08:39
Three short scripts produced by the attendees of #PyPool (Python meet-up in Liverpool, UK). These three pieces of code were used as a guide / introduction to Python for those new to the programming language to assist them in grasping the foundations of the language and syntax
#!/usr/bin/env python
# By David, Jonathan, David, and Zarino
import sys
names = sys.argv
score = 0.0
p1 = names[1].lower()