annotate argv.py @ 5807:96484907d909

<oerjan> le/rn tvtropes/We\'ll write about TVTropes here, we\'ll just have to finish these tabs first.
author HackBot
date Sun, 05 Jul 2015 22:31:16 +0000
parents 12d456ba0d88
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5691
12d456ba0d88 <hppavilion1> (echo "import sys"; echo "print(sys.argv)") > argv.py
HackBot
parents:
diff changeset
1 import sys
12d456ba0d88 <hppavilion1> (echo "import sys"; echo "print(sys.argv)") > argv.py
HackBot
parents:
diff changeset
2 print(sys.argv)