publicMasters/python/math0.py
pvalarcher 796e20952e python
2022-10-05 17:54:29 +02:00

9 lines
101 B
Python

# module math
import math
math.pi
math.sqrt(5) # racine carré
f = float(input("Valeur reel : "))