Here are two simple commands to use in the cell to check the current python version.
method 1
!python --version |
method 2
from platform import python_version |
Here are two simple commands to use in the cell to check the current python version.
!python --version |
from platform import python_version |