사랑하는 Python

Windows 환경의 주피터에서 파이썬 버젼 확인하기

youngzzang 2023. 3. 21. 09:44

다음의 코드를 입력하면 됩니다.

import platform
print(platform.python_version())