코딩 👩💻👨💻/Python
[Python] 해커랭크(HackerRank) : Say "Hello, World!" With Python
ShiningJade
2024. 7. 13. 06:18
[문제]
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