from sys import argv print " nomescript: %s" % (argv[0]) if argv[1]: print "argomento: " + argv[1] else: print " no argument given"