명령 프롬프트(cmd) 실행

Grace Goh·2022년 9월 23일
0

Python

목록 보기
17/24

명령어 cd로 접근할 수 있다.

Microsoft Windows [Version 10.0.19044.2006]
(c) Microsoft Corporation. All rights reserved.

C:\Users\gracegoh>cd desktop

C:\Users\gracegoh\Desktop>cd lecture2

C:\Users\gracegoh\Desktop\Lecture2>dir
 C 드라이브의 볼륨에는 이름이 없습니다.
 볼륨 일련 번호: 686B-710F

 C:\Users\gracegoh\Desktop\Lecture2 디렉터리

2022-09-23  오후 02:44    <DIR>          .
2022-09-23  오후 02:44    <DIR>          ..
2022-09-21  오후 10:19               217 01.py
2022-09-22  오후 11:32             1,298 02.py
2022-09-23  오후 12:20               341 hw.py
2022-09-23  오후 12:55             1,043 inf01.py
2022-09-23  오후 01:58             1,970 inf02.py
2022-09-23  오후 02:04               442 inf03.py
2022-09-23  오후 02:36             1,465 inf04.py
2022-09-23  오후 03:07               296 inf05_input.py
2022-09-23  오후 02:37                 0 inf06_cl01.py
               9개 파일               7,072 바이트
               2개 디렉터리  120,993,804,288 바이트 남음

C:\Users\gracegoh\Desktop\Lecture2>inf05_input.py
Enter your name : RafaelNadal
RafaelNadal
1st: Rafael
2nd: Nadal
FirstName-Rafael, LastName-Nadal

Python Interpreter, 한 줄 한 줄 실행한다.

ex Enter your name : 해당 라인 해석에 멈춰 있는 것.

profile
Español, Inglés, Coreano y Python

0개의 댓글