view script.py @ 6194:2beab663dad9

<mroman> echo "#!/bin/sh" > bin/downvote
author HackBot
date Thu, 05 Nov 2015 12:42:01 +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+', ')