changeset 5690:9e6895a7b711

<hppavilion1> (echo "users = [\'hppavilion1\']"; 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 Wed, 24 Jun 2015 19:56:54 +0000
parents 80d4a5138bcb
children 12d456ba0d88
files script.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/script.py	Wed Jun 24 19:56:44 2015 +0000
+++ b/script.py	Wed Jun 24 19:56:54 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(x+', ')