view script.py @ 5721:c9c39dde04be

<hppavilion1> (echo "users = [\'hppavilion1\', \'Not ZombieCheney\']"; echo "print \'These are the users who bothered to edit our file:\'"; echo "for x in users:"; echo " print(x+\', \')") > script.py
author HackBot
date Thu, 25 Jun 2015 03:44:13 +0000
parents 109b3fc0c7ca
children a63cb3ea5ec5
line wrap: on
line source

users = ['hppavilion1', 'Not ZombieCheney']
print 'These are the users who bothered to edit our file:'
for x in users:
     print(x+', ')