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