annotate script.py @ 6302:5ed2d5bea9fd

<oerjan> rm blah \\ blah \\ blah
author HackBot
date Sat, 28 Nov 2015 07:24:41 +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+', ')