# hello.py print("hello")
$ python hello.py
터미널에서 python이라고 치면 python shell이 열린다
>>>
또는 python 3.7(32-bit)에 들어갈 수도 있다.
(파이썬 대화형 인터프리터=파이썬 셸)