#Importer la fonction pi du module math from math import pi #Afficher la valeur de pi via la fonction print print(pi)