changeset 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 a15efd8c4642
files script.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/script.py	Thu Jun 25 03:44:13 2015 +0000
+++ b/script.py	Thu Jun 25 03:45:43 2015 +0000
@@ -1,4 +1,4 @@
 users = ['hppavilion1', 'Not ZombieCheney']
-print 'These are the users who bothered to edit our file:'
+print 'These are the users who bothered to edit our file (If you did it, you are hardcore):'
 for x in users:
      print(x+', ')