“Como verificar qual versão python está instalada” Respostas de código

Como verificar a versão python

# To check your Python version in the command line use:
python --version

# To check your Python verson inside a script use:
import sys
print(sys.version)
SkelliBoi

Verifique a versão do Python

python3 --version
Azad Kshitij

Como verificar qual versão python está instalada

# new way to know about python version in your windows pc,follow the steps below
step-1:Open CMD
step-2:write py --version
Congratulations!Now you know the version of python in your PC.
Mohammad Jami

Como encontrar a versão python

python --version
Curious Civet

Como verificar a versão python

python --version #in command line

python #or by enterng interactiv mode
SimTheGreat

Respostas semelhantes a “Como verificar qual versão python está instalada”

Perguntas semelhantes a “Como verificar qual versão python está instalada”

Mais respostas relacionadas para “Como verificar qual versão python está instalada” em Python

Procure respostas de código populares por idioma

Procurar outros idiomas de código