Bonjour,
man python3 a écrit
-v Print a message each time a module is initialized, showing the place (filename or built-in module) from which it is loaded. When given twice, print a message for each file that is checked
for when searching for a module. Also provides information on module cleanup at exit.
-V , --version
Prints the Python version number of the executable and exits. When given twice, print more information about the build.
Pour sortir de la session python :
exit()
Et pour afficher la version :
python3 -V
avec un V majuscule ou bien :
python3 --version