view script.py @ 5722:a63cb3ea5ec5

<hppavilion1> (echo "users = [\'hppavilion1\', \'Not ZombieCheney\']"; echo "print \'These are the users who bothered to edit our file (If you did it, you are hardcore):\'"; echo "for x in users:"; echo " print(x+\', \')") > script.py
author HackBot
date Thu, 25 Jun 2015 03:45:43 +0000
parents c9c39dde04be
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+', ')