Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ターミナル:
python test.py blah='blah'
test.py で
print sys.argv ['test.py', 'blah=blah'] <------------
どうすれば何とか引数を保存できますか '' OR 引数が "" または '' でラップされているかどうかを知る方法はありますか?