Pythonのを算術計算を紹介します。 ターミナルでPythonのinteractive mode(対話モード)を起動します。 % python Python 3.7.7 (default, Mar 10 2020, 15:43:33) [Clang 11.0.0 (c
Read MorePythonのをバージョン変更紹介します。 現在のPythonのバージョンを確認します。 次はインストールされた場所を確認します。 python -v ls -l /usr/local/bin/python* 出力はこんな感じです。 lrwxr-xr-x
Read MorePythonのインストールをを紹介します。 Pythonが何がインストールされてるか確認 タミナールを開いてしたのコマンドを実行してみます。 python --version Python 2.7.17 Python 3がすでにpython3としてインストールされ
Read More