HighLab

python 確認コマンド

  • 公開日:
  • 更新日:
  • 文字数:71文字

パスの確認
which python

バージョンの確認
python -V

オブジェクトに何が入っているかの確認
print()
vars()