User Tools

Site Tools


python:문법

Differences

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

Link to this comparison view

Next revision
Previous revision
python:문법 [2026/02/18 23:40] – created sinokadevpython:문법 [2026/02/18 23:43] (current) sinokadev
Line 1: Line 1:
-====== 파이썬 문법 ======+====== Python:문법 ====== 
 + 
 +===== 함수 ===== 
 + 
 +함수 정의는 다음과 같이 할 수 있다. 
 + 
 +<code python> 
 +def spam(): 
 +    print("예시"
 +</code> 
  
python/문법.1771458016.txt.gz · Last modified: by sinokadev