annotate script.py @ 5699:108754b6c716

<oerjan> ` sed -i \'s/ / /g\' wisdom/{atrix,rtf,htdh}
author HackBot
date Wed, 24 Jun 2015 21:02:36 +0000
parents 9e6895a7b711
children 109b3fc0c7ca
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5685
a30588a7a0ee <hppavilion1> (echo "users = [\'hppavilion1\']"; echo "print \'These are the users who bothered to edit our file:\'") > script.py
HackBot
parents: 5684
diff changeset
1 users = ['hppavilion1']
5684
abc330e438ae <hppavilion1> (echo"users = [\'hppavilion1\']"; echo "print \'These are the users who bothered to edit our file:\'") > script.py
HackBot
parents: 5682
diff changeset
2 print 'These are the users who bothered to edit our file:'
5687
c98e50dbc249 <hppavilion1> (echo "for x in users:"; echo " print("\\t"+x)";) >> script.py
HackBot
parents: 5685
diff changeset
3 for x in users:
5690
9e6895a7b711 <hppavilion1> (echo "users = [\'hppavilion1\']"; echo "print \'These are the users who bothered to edit our file:\'"; echo "for x in users:"; echo " print(x+\', \')";) > script.py
HackBot
parents: 5688
diff changeset
4 print(x+', ')