← Retour à la référence Python

()

Module : math

Constante représentant le nombre π (pi), environ 3.141592653589793.

📝 Syntaxe

math.pi

💡 Exemples

import math
math.pi
3.141592653589793
EdTech AI