User Tools

Site Tools


python:문법

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
python:문법 [2026/02/18 23:41] sinokadevpython:문법 [2026/02/18 23:43] (current) sinokadev
Line 1: Line 1:
 ====== Python:문법 ====== ====== Python:문법 ======
 +
 +===== 함수 =====
 +
 +함수 정의는 다음과 같이 할 수 있다.
 +
 +<code python>
 +def spam():
 +    print("예시")
 +</code>
 +
  
python/문법.1771458077.txt.gz · Last modified: by sinokadev