changeset 5687:c98e50dbc249

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