Open
Conversation
|
안녕하세요 어떻게 명령어를 실행시켜야하는지 예시를 알려주시면 감사하겠습니다. |
Author
|
제 컴퓨터에 사용자 폴더 이름이 "jeongsoo lee"로 되어 있어서 python lister.py C:\Users\jeongoo
lee 이런식으로 입력하면 명령행인자 두개를 입력받은 것으로 인식해서
명령행 인자 두개를 받아서 하나의 문자열로 합쳐줍니다. 그래서 다른 사람 컴퓨터에서 작동시 폴더명에 공백이 없는 경우 동작을 안합니다.
너무 감사한데 이거 너무 미완성이라서 피드백 받기 죄송하네요.. 제가 시험끝나고 과제 다시해서 올렸을때 한번만 봐주실수 있을까요?
지금 시험 공부량이랑 과제가 너무 많아서 여기시간 투자하기가 어렵습니다. ㅠㅠ
…On Tue, Jun 9, 2020 at 5:53 PM 방신우 ***@***.***> wrote:
안녕하세요 어떻게 명령어를 실행시켜야하는지 예시를 알려주시면 감사하겠습니다.
python lister.py 폴더명으로 해봤는데 Mac OS에서는 실행되지 않네요.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALC3IVVRE5JKPEXZ4A55A2LRVX2AHANCNFSM4NYJRMCA>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
3주차 과제입니다.