view script.py @ 6032:df19c061d141

<tswett> loudly "It\'s pretty annoying." > wisdom/loudly
author HackBot
date Thu, 24 Sep 2015 23:31:30 +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+', ')