view script.py @ 6000:ec72a2ec47e9

<hppavilion[1]> le/rn wisdome/The place where all of HackBot\'s wisdom is stored and forced to fight to the death for the freedom of being printed out when you type `wisdom
author HackBot
date Tue, 15 Sep 2015 23:32:28 +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+', ')