annotate 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
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:
c98e50dbc249 <hppavilion1> (echo "for x in users:"; echo " print("\\t"+x)";) >> script.py
HackBot
parents: 5685
diff changeset
4 print(t+x)