annotate script.py @ 5859:0bcc9899de90

<tswett> le/rn fundamental theorem of Taneb/The Fundamental Theorem of Taneb states that for all strings S, if S describes a thing, then it is provable that Taneb invented the thing described by S; and, furthermore, that it is provable that there exists a string T that describes a thing that Taneb did not invent.
author HackBot
date Wed, 22 Jul 2015 15:27:49 +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+', ')