Partie II
Récupération des données
avec python en mode interactif
Qu’est-ce que Python ?

Pourquoi Python ?
Découverte du terminal
Un terminal est une interface où l'on peut taper des commandes pour interagir avec l'ordinateur.
Nos premières commandes Python
Dans le terminal, tapez python3 et appuyez sur Entrée. Cela lancera l'interpréteur Python en mode interactif.
Commande print :
La commande print affiche du texte à l'écran.