annotate argv.py @ 6150:9894c2ef82e8

<gamemanj> echo "D is a letter in the alphabet! It\'s also the name of a programming language." > wisdom/d
author HackBot
date Mon, 26 Oct 2015 11:08:33 +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)