Skip to main content

print문

안녕하세요

<pre><code>
msg = "Hello, World!"
print(msg)
</code></pre>

<codapi-snippet sandbox="python" editor="basic"></codapi-snippet>


 

 

 



<span style="white-space: pre-wrap;"> </span>

<span style="white-space: pre-wrap;"> </span>

<span style="white-space: pre-wrap;"> </span>

msg = "Hello, World!" print(msg)