Using argument in Python

If you want to use argument in Python, do this!

sys.argv[1]
: first argument

sys.argv[2]
: second argument

sys.argv[n]
: nth argument

For example,

num = int(sys.argv[1])
: store first argument as an integer type

Thanks,

JF

댓글

이 블로그의 인기 게시물

미국 포닥, 한국으로 돌아가는 이유? (Why do postdoc go back to Korea?)

미국 포닥 - 비지팅 포닥 VS 풀펀딩 포닥 (Visiting Scholar VS Postdoctoral Fellow)

외국인 (한국인) 미국 집 구입. 영주권, 시민권 필요없다.