Get Command line arguments

ソースファイル

import sys
a=sys.argv
print(a)

実行結果

コメント

このブログの人気の投稿

シェルピンスキーの三角形

global 変数・ローカル変数