-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
기능 설명 (Description)
현재 helloworld.py
코드는 아래와 같이 단순한 문자열 출력만을 수행합니다
ExampleRepoForPortfolio/helloworld.py
Lines 1 to 6 in 6b2afb9
""" | |
This is a simple Python script that prints "Hello, World!" to the console. | |
""" | |
if __name__ == '__main__': | |
print('Hello, World!') |
예시 코드로서 너무 짧기에, 추가적인 기능을 통해 코드를 확장해주세요
사용자 이름을 입력받아 함께 출력하는 기능을 제안합니다
필요성 (Why do we need it?)
예시로 사용하기에 너무 단조로우므로, 유저의 입력을 받아 함께 무언가를 출력해주는 기능을 넣어서 보는 이가 더 흥미롭게 느꼈으면 좋겠습니다
할 일 (To-do List)
- helloworld.py 수정
- 코드리뷰 받고 머지하기
고려 사항 (Considerations)
- N/A
추가 참고 사항 (Additional Context)
- N/A
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request