diff script.py @ 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 a30588a7a0ee
children acb312e5d5d1
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)