Python
"Hello World!" 출력하기
Helmi
2023. 5. 23. 16:48
제일 기본이 되는 Hello World!를 출력해보자.
print("Hello World!")
단순하게 Print()를 사용하여 출력이 가능하다.