본문 바로가기

원도우

[draft] Intellij로 python 프로젝트 생성

Intellij로 python 프로젝트 생성

python 프로젝트 생성

New PROJECT

Intellij

Python File 생성

Intellij
Intellij

test.py 파일 작성

import platform

print(platform.python_version())

Shift + F10 또는 아래 버튼으로 실행

Intellij
Intellij