valeur = 7

def maFonction(variable):
    print("La variable 'valeur' vaut {}.".format(valeur))

maFonction(10)