changeset 5718:109b3fc0c7ca

<hppavilion1> (echo "users = [\'hppavilion1\', \'Not ZombieCheney\'] \\ print \'These are the users who bothered to edit our file:\' \\ for x in users: \\ print(x+\', \')") > script.py
author HackBot
date Thu, 25 Jun 2015 03:43:23 +0000
parents 6ce7dbc78b96
children a376c8a436e3
files script.py
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/script.py	Thu Jun 25 03:38:13 2015 +0000
+++ b/script.py	Thu Jun 25 03:43:23 2015 +0000
@@ -1,4 +1,1 @@
-users = ['hppavilion1']
-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+', ')