Answers for "check python version colab"

0

check python version colab

# --------------------------------------
# OUTPUT 19/07/2021: 3.7.11
# --------------------------------------
import sys
print(sys.version)
# ----------------------[alternative]---
!python --version  # checks version from command line
Posted by: Guest on July-19-2021

Code answers related to "check python version colab"

Python Answers by Framework

Browse Popular Code Answers by Language