[문제]
print를 연습하는 문제입니다.별도의 인풋은 없으며, 하기의 아웃풋을 출력해야 합니다.
1) 첫 줄에 Hello, World! 를 출력해야 합니다.
[코드]
if __name__ == '__main__':
print("Hello, World!")
* 문제 출처 (Prepare > Python > Introduction > Say "Hello, World!" With Python)
HackerRank
HackerRank is the market-leading technical assessment and remote interview solution for hiring developers. Learn how to hire technical talent from anywhere!
www.hackerrank.com
'코딩 👩💻👨💻 > Python' 카테고리의 다른 글
[Python] 해커랭크(HackerRank) : Python If-Else (1) | 2024.07.14 |
---|---|
[Python] 코드업(CodeUp) 기초 100제 (6091 ~ 6098) (0) | 2024.06.30 |
[Python] 코드업(CodeUp) 기초 100제 (6076 ~ 6090) (0) | 2024.06.29 |
[Python] 코드업(CodeUp) 기초 100제 (6061 ~ 6075) (0) | 2024.06.29 |
[Python] 코드업(CodeUp) 기초 100제 (6046 ~ 6060) (0) | 2024.06.28 |