Nice to meet you! This is my first post. Post practice, write as a personal memo.
macOS Catalina 10.15.5
Python is included in mac as standard and can be used from Terminal. I will describe how to start and end.
-How to get started Just launch terminal and type "python".
~$ python
-How to end You can exit python by typing ctrl + D. Alternatively, you can type exit ().
Recommended Posts