view script.py @ 6215:2247fb3abac6

<FireFly> addquote <int-e> fungot\'s irc is the uncanny semi-sentient style... where one can typically read half a sentence before noticing anything wrong <fungot> int-e: yes, i know
author HackBot
date Mon, 16 Nov 2015 00:14:11 +0000
parents a63cb3ea5ec5
children
line wrap: on
line source

users = ['hppavilion1', 'Not ZombieCheney']
print 'These are the users who bothered to edit our file (If you did it, you are hardcore):'
for x in users:
     print(x+', ')