changeset 5688:acb312e5d5d1

<hppavilion1> (echo "users = [\'hppavilion1\']"; echo "print \'These are the users who bothered to edit our file:\'"; echo "for x in users:"; echo " print(\'\\\\t\'+x)";) > script.py
author HackBot
date Wed, 24 Jun 2015 19:56:02 +0000
parents c98e50dbc249
children 80d4a5138bcb
files script.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/script.py	Wed Jun 24 19:54:52 2015 +0000
+++ b/script.py	Wed Jun 24 19:56:02 2015 +0000
@@ -1,4 +1,4 @@
 users = ['hppavilion1']
 print 'These are the users who bothered to edit our file:'
 for x in users:
-    print(t+x)
+    print('\t'+x)