0
0

More than 3 years have passed since last update.

僕のsys(Python)

Last updated at Posted at 2019-12-15

自分用のまとめ
随時更新
自分がわかればいいからところどころ用語が間違ってるかも

!見方

#コマンド
    #引数のオプションの説明

モジュール読み込み


import sys

操作

#プログラム終了
sys.exit()

#自作のモジュール等のインストール元パスの設定
sys.path.append()

#コマンドラインの引数をリストで取得
[引数] = sys.argv
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0