Pythonの起動と終了
Pythonの起動の前に
次の点を確認。
1. コンピュータ環境にPythonがインストールされていること。
最近のソフトウェアパッケージのインストーラは優秀なので、あまり気にすることはない。
Pythonの起動
$ python
Python 3.9.13 (main, May 24 2022, 21:13:51)
Type "help", "copyright", "credits" or "license" for more information.
>>>
Pythonの起動メッセージとプロンプトが表示される。
Pythonの終了
Pythonを終了するには、「exit()」と入力する
括弧()が必要
$ exit()
https://gyazo.com/66d1c9afba02c7ed1529dd25f921ea56
https://img.shields.io/badge/python-Pythonの起動と終了-3776AB.svg?style=for-the-badge&logo=python&logoColor=EECC00