The code below shows how you obtain the name of your Python script. import sys print ("The script has the name %s" % (sys.argv[0]).
確定! 回上一頁