print문
안녕하세요
<pre><code>
msg = "Hello, World!"
print(msg)
</code></pre>
<codapi-snippet sandbox="python" editor="basic"></codapi-snippet>
msg = "Hello, World!"
print(msg)
안녕하세요
<pre><code>
msg = "Hello, World!"
print(msg)
</code></pre>
<codapi-snippet sandbox="python" editor="basic"></codapi-snippet>
msg = "Hello, World!"
print(msg)