User Tools

Site Tools


python:문법

Python:문법

함수

함수 정의는 다음과 같이 할 수 있다.

def spam():
    print("예시")
python/문법.txt · Last modified: by sinokadev