annotate script.py @ 6052:bce5db180fb8

<boily> le/rn quebec/Attache ta tuque with the spindle; there is around here fret!
author HackBot
date Fri, 09 Oct 2015 01:25:25 +0000
parents a63cb3ea5ec5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5721
c9c39dde04be <hppavilion1> (echo "users = [\'hppavilion1\', \'Not ZombieCheney\']"; echo "print \'These are the users who bothered to edit our file:\'"; echo "for x in users:"; echo " print(x+\', \')") > script.py
HackBot
parents: 5718
diff changeset
1 users = ['hppavilion1', 'Not ZombieCheney']
5722
a63cb3ea5ec5 <hppavilion1> (echo "users = [\'hppavilion1\', \'Not ZombieCheney\']"; echo "print \'These are the users who bothered to edit our file (If you did it, you are hardcore):\'"; echo "for x in users:"; echo " print(x+\', \')") > script.py
HackBot
parents: 5721
diff changeset
2 print 'These are the users who bothered to edit our file (If you did it, you are hardcore):'
5721
c9c39dde04be <hppavilion1> (echo "users = [\'hppavilion1\', \'Not ZombieCheney\']"; echo "print \'These are the users who bothered to edit our file:\'"; echo "for x in users:"; echo " print(x+\', \')") > script.py
HackBot
parents: 5718
diff changeset
3 for x in users:
c9c39dde04be <hppavilion1> (echo "users = [\'hppavilion1\', \'Not ZombieCheney\']"; echo "print \'These are the users who bothered to edit our file:\'"; echo "for x in users:"; echo " print(x+\', \')") > script.py
HackBot
parents: 5718
diff changeset
4 print(x+', ')