print1 [Python] 해커랭크(HackerRank) : Say "Hello, World!" With Python [문제] print를 연습하는 문제입니다.별도의 인풋은 없으며, 하기의 아웃풋을 출력해야 합니다. 1) 첫 줄에 Hello, World! 를 출력해야 합니다. [코드]if __name__ == '__main__': print("Hello, World!") * 문제 출처 (Prepare > Python > Introduction > Say "Hello, World!" With Python): https://www.hackerrank.com/ HackerRankHackerRank is the market-leading technical assessment and remote interview solution for hiring developers. Learn how to hire technical t.. 2024. 7. 13. 이전 1 다음