annotate script.py @ 5688:acb312e5d5d1

<hppavilion1> (echo "users = [\'hppavilion1\']"; echo "print \'These are the users who bothered to edit our file:\'"; echo "for x in users:"; echo " print(\'\\\\t\'+x)";) > script.py
author HackBot
date Wed, 24 Jun 2015 19:56:02 +0000
parents c98e50dbc249
children 9e6895a7b711
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:
5688
acb312e5d5d1 <hppavilion1> (echo "users = [\'hppavilion1\']"; echo "print \'These are the users who bothered to edit our file:\'"; echo "for x in users:"; echo " print(\'\\\\t\'+x)";) > script.py
HackBot
parents: 5687
diff changeset
4 print('\t'+x)