view script.py @ 6282:5ed26e5ea046

<tswett> echo \'You are the great one. Nobody else will do this. You must do this.\' > evil/404
author HackBot
date Fri, 27 Nov 2015 01:26:46 +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+', ')