Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

check python version colab

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

Comment

colab version python

!python --version
Comment

PREVIOUS NEXT
Code Example
Python :: print variable name 
Python :: snakeCase 
Python :: getting started with machine learning 
Python :: numpy linspace 
Python :: print current line number python 
Python :: multiline comment python 
Python :: path to create a text file in python 
Python :: pyplot rectangle over image 
Python :: tensorflow bert implementation 
Python :: python loop append to dictionary 
Python :: how to remove items from list in python 
Python :: how to compile python 
Python :: is python platform independent 
Python :: how to write the character from its ascii value in python 
Python :: pandas add quantile columns 
Python :: python pad with spaces 
Python :: dict typing python 
Python :: python - remove floating in a dataframe 
Python :: size of the query process in python BigQuery 
Python :: python series to list of string 
Python :: python timedelta to seconds 
Python :: python url shortener 
Python :: Image Watermarking in python 
Python :: moving file in python 
Python :: remove tuple from list python 
Python :: python format subprocess output 
Python :: append value to numpy array 
Python :: children beautiful soup 
Python :: python default dic 
Python :: pandas date range 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =