Skip to content

Instantly share code, notes, and snippets.

@adaptives
Created September 12, 2011 11:18
Show Gist options
  • Select an option

  • Save adaptives/1211040 to your computer and use it in GitHub Desktop.

Select an option

Save adaptives/1211040 to your computer and use it in GitHub Desktop.
LPTHW - Exercise 13
#LPTHW - Exercise 13
from sys import argv
script, first, second, third = argv
print "The script is called:", script
print "Your first variable is:", first
print "Your second variable is:", second
print "Your third variable is:", third
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment