view script.py @ 6291:f0abe1320ff3

<tswett> echo \'There is a way out. Finding it will be difficult. It may be the hardest thing you\'\\\'\'ve ever done. Find it anyway.\' > good/544
author HackBot
date Fri, 27 Nov 2015 01:45:53 +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+', ')