Python
[Python] 맥(macOS) 터미널에서 .py 파일 실행시키기
YEJI ⍢
2022. 8. 4. 23:49
728x90
현재 디렉토리에 있는 hello.py 파일을 실행시켜 보도록 하겠습니다.
$ python3 hello.py
Done ⍤